Skip to content

Commit 3b9b010

Browse files
RafaelGSStargos
authored andcommitted
doc: remove comma delimiter mention on permissions doc
PR-URL: #58297 Fixes: #58287 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 24a9aef commit 3b9b010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ The valid arguments for both flags are:
108108

109109
* `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,
110110
respectively.
111-
* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or
112-
`FileSystemWrite` operations, respectively.
111+
* Relative paths to the current working directory.
112+
* Absolute paths.
113113

114114
Example:
115115

0 commit comments

Comments
 (0)