Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The valid arguments for the `--allow-fs-read` flag are:
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`

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

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

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

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

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

Expand Down