Skip to content

Commit 980bf05

Browse files
tniessenMoLow
authored andcommitted
doc: remove markdown link from heading
This is the only instance of such a link and it is rendered incorrectly in the TOC. PR-URL: #47585 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 4bce391 commit 980bf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/permissions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The following example, would allow access to `fs` for all `data:` resources:
382382
}
383383
```
384384

385-
##### Example: [import maps][] emulation
385+
##### Example: import maps emulation
386386

387387
Given an import map:
388388

@@ -419,7 +419,7 @@ Given an import map:
419419
}
420420
```
421421

422-
Import maps assume you can get any resource by default. This means
422+
[Import maps][] assume you can get any resource by default. This means
423423
`"dependencies"` at the top level of the policy should be set to `true`.
424424
Policies require this to be opt-in since it enables all resources of the
425425
application cross linkage which doesn't make sense for many scenarios. They also

0 commit comments

Comments
 (0)