Skip to content

Commit

Permalink
doc: fix a typo in permissions.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: nodejs#47730
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
daeyeon authored and yjl9903 committed Apr 28, 2023
1 parent 455be5c commit c80eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Example:

Wildcards are supported too:

* `--allow-fs-read:/home/test*` will allow read access to everything
* `--allow-fs-read=/home/test*` will allow read access to everything
that matches the wildcard. e.g: `/home/test/file1` or `/home/test2`

There are constraints you need to know before using this system:
Expand Down

0 comments on commit c80eabf

Please sign in to comment.