From 5709133dc7d09e356cfd5c8fbbf12933e2c88140 Mon Sep 17 00:00:00 2001 From: Daeyeon Jeong Date: Thu, 27 Apr 2023 03:34:52 +0900 Subject: [PATCH] doc: fix a typo in `permissions.md` Signed-off-by: Daeyeon Jeong PR-URL: https://github.com/nodejs/node/pull/47730 Reviewed-By: Rich Trott Reviewed-By: Rafael Gonzaga Reviewed-By: Debadree Chatterjee Reviewed-By: Luigi Pinca --- doc/api/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 0b48a682dc7413..4baa74489f65bf 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -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: