mirror of https://github.com/nodejs/node.git
doc: use correct placeholder for policy docs
PR-URL: https://github.com/nodejs/node/pull/25627 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
parent
30f45683aa
commit
ecf693697b
|
@ -150,7 +150,7 @@ Enable experimental ES module support and caching modules.
|
|||
|
||||
### `--experimental-policy`
|
||||
<!-- YAML
|
||||
added: TODO
|
||||
added: REPLACEME
|
||||
-->
|
||||
|
||||
Use the specified file as a security policy.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Policies
|
||||
|
||||
<!--introduced_in=TODO-->
|
||||
<!--introduced_in=REPLACEME-->
|
||||
<!-- type=misc -->
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
|
Loading…
Reference in New Issue