Skip to content

Commit 5709133

Browse files
daeyeontargos
authored andcommitted
doc: fix a typo in permissions.md
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: #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>
1 parent 226e5b8 commit 5709133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Example:
536536

537537
Wildcards are supported too:
538538

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

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

0 commit comments

Comments
 (0)