Skip to content

Commit ff5d0c7

Browse files
committed
doc: max-width 80 columns
1 parent 6bd2151 commit ff5d0c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/permissions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,15 @@ delegate to the next relevant scope for `file:///C:/app/bin/main.js`, `"file:"`.
303303

304304
This determines the policy for all file based resources within `"file:///C:/"`.
305305
This is not in the `"scopes"` field of the policy and would be skipped. It would
306-
not be used for `file:///C:/app/bin/main.js` unless `"file:///C:/app/"` is set to
307-
cascade or is not in the `"scopes"` of the policy.
306+
not be used for `file:///C:/app/bin/main.js` unless `"file:///C:/app/"` is set
307+
to cascade or is not in the `"scopes"` of the policy.
308308

309309
4. `"file:///"`
310310

311311
This determines the policy for all file based resources on the `localhost`. This
312312
is not in the `"scopes"` field of the policy and would be skipped. It would not
313-
be used for `file:///C:/app/bin/main.js` unless `"file:///C:/"` is set to cascade
314-
or is not in the `"scopes"` of the policy.
313+
be used for `file:///C:/app/bin/main.js` unless `"file:///C:/"` is set to
314+
cascade or is not in the `"scopes"` of the policy.
315315

316316
5. `"file:"`
317317

0 commit comments

Comments
 (0)