Skip to content

Commit

Permalink
docs(): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy committed Nov 3, 2023
1 parent c2fe7bf commit af89d99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The file is read on startup and the values are used to configure the project.
Sometimes it's useful to overide the values in `socket.ini` or keep some of the values local (e.g. `[ios] simulator_device`)
or secret (e.g. `[ios] codesign_identity`, `[ios] provisioning_profile`, etc.)
This can be done by creating a file called `.ssrc` in the root of the project.
It is possible to ovveride both Command Line Interface (CLI) and Configuration File (INI) options.
It is possible to override both Command Line Interface (CLI) and Configuration File (INI) options.

Example:

Expand All @@ -27,7 +27,7 @@ headless = false
```ini
[build]

platform = ios ; override the `--platform` CLI option
platform = ios ; override the `ssc build --platform` CLI option


[settings.ios] ; override the `[ios]` section in `socket.ini`
Expand Down
4 changes: 2 additions & 2 deletions bin/docs-generator/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The file is read on startup and the values are used to configure the project.
Sometimes it's useful to overide the values in \`socket.ini\` or keep some of the values local (e.g. \`[ios] simulator_device\`)
or secret (e.g. \`[ios] codesign_identity\`, \`[ios] provisioning_profile\`, etc.)
This can be done by creating a file called \`.ssrc\` in the root of the project.
It is possible to ovveride both Command Line Interface (CLI) and Configuration File (INI) options.
It is possible to override both Command Line Interface (CLI) and Configuration File (INI) options.
Example:
Expand All @@ -63,7 +63,7 @@ headless = false
\`\`\`ini
[build]
platform = ios ; override the \`--platform\` CLI option
platform = ios ; override the \`ssc build --platform\` CLI option
[settings.ios] ; override the \`[ios]\` section in \`socket.ini\`
Expand Down

0 comments on commit af89d99

Please sign in to comment.