Skip to content

Commit a37d9ee

Browse files
tniessenRafaelGSS
authored andcommitted
doc: fix typos in --allow-fs-*
Refs: #49047 PR-URL: #50845 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent 5849f09 commit a37d9ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The valid arguments for the `--allow-fs-read` flag are:
166166
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
167167

168168
Paths delimited by comma (`,`) are no longer allowed.
169-
When passing a single flag with a comma a warning will be diplayed
169+
When passing a single flag with a comma a warning will be displayed.
170170

171171
Examples can be found in the [File System Permissions][] documentation.
172172

@@ -220,7 +220,7 @@ The valid arguments for the `--allow-fs-write` flag are:
220220
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
221221

222222
Paths delimited by comma (`,`) are no longer allowed.
223-
When passing a single flag with a comma a warning will be diplayed
223+
When passing a single flag with a comma a warning will be displayed.
224224

225225
Examples can be found in the [File System Permissions][] documentation.
226226

0 commit comments

Comments
 (0)