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:
Tobias Nießen 2023-11-22 15:36:00 +01:00 committed by GitHub
parent 1858341377
commit 78beea735c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.