We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630e231 commit a6cbb59Copy full SHA for a6cbb59
docs/guides/cli/10_config-with-cli.mdx
@@ -83,11 +83,11 @@ Use the `--replace` flag to indicate the key you want to change.
83
84
:::tip
85
86
-When patching configuration, the part after `=` is interpreted as raw JSON. Use these format to patch the desired data types:
+When patching configuration, the part after `=` is interpreted as raw JSON. Use this format to patch the desired data types:
87
88
- String: `/path/to/key="my string"`
89
- Boolean: `/path/to/key=true`
90
- Number: `/path/to/key=123`
91
-- Complex: `/path/to/key={"my": ["vaules", {"foo":"bar"}]}`
+- Complex: `/path/to/key={"my": ["values", {"foo":"bar"}]}`
92
93
:::
0 commit comments