Skip to content

Commit 7bc7bb4

Browse files
committed
chore: docs update
1 parent 9add939 commit 7bc7bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/@v2/commands/respect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ npx @redocly/cli@latest respect <your-test-file | multiple files | files bash qu
186186
- boolean
187187
- Disables masking of secrets in the output. By default, any sensitive information, such as values described with `format: password`,
188188
as well as tokens and authentication headers from `x-security`, is masked with `********` in both terminal logs and file outputs. When this flag is set to `true`,
189-
the raw (unmasked) data will be shown in all outputs.
189+
the raw (unmasked) data shows in all outputs.
190190

191-
For example, the following command will disable sensitive output masking:
191+
For example, the following command disables sensitive output masking:
192192

193193
`npx @redocly/cli@latest respect test-file.yaml --no-mask-secrets`
194194

0 commit comments

Comments
 (0)