Skip to content

Commit a6cbb59

Browse files
authored
chore: typo (#2091)
1 parent 630e231 commit a6cbb59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/cli/10_config-with-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ Use the `--replace` flag to indicate the key you want to change.
8383

8484
:::tip
8585

86-
When patching configuration, the part after `=` is interpreted as raw JSON. Use these format to patch the desired data types:
86+
When patching configuration, the part after `=` is interpreted as raw JSON. Use this format to patch the desired data types:
8787

8888
- String: `/path/to/key="my string"`
8989
- Boolean: `/path/to/key=true`
9090
- Number: `/path/to/key=123`
91-
- Complex: `/path/to/key={"my": ["vaules", {"foo":"bar"}]}`
91+
- Complex: `/path/to/key={"my": ["values", {"foo":"bar"}]}`
9292

9393
:::

0 commit comments

Comments
 (0)