Skip to content

Commit 89d7c36

Browse files
committed
Correct description
1 parent b4447e1 commit 89d7c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ These are the settings you can specify in the config file:
276276
* **xcodeprojPaths**: `string[]` (Optional)
277277
* Paths to Xcode project files (`.xcodeproj`) used to detect supported languages.
278278
* If not specified, `xcs` will only check the xcstrings file to detect supported languages.
279-
* **xcstringsPaths**: `string[] | { alias: string, path: string }[]` (Optional)
279+
* **xcstringsPaths**: `(string | { alias: string; path: string })[]` (Optional)
280280
* Paths to xcstrings files used by `xcs`.
281281
* If only one path is provided, `xcs` will use it as the default xcstrings file.
282282
* If multiple paths are provided, `xcs` will ask you to select an xcstrings file.

0 commit comments

Comments
 (0)