mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 16:07:39 +00:00
doc: fix typos in --allow-fs-*
Refs: https://github.com/nodejs/node/pull/49047 PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
1858341377
commit
78beea735c
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user