From ecf693697b097c2cd75df303e71d9cfa859b72c0 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 21 Jan 2019 22:34:15 +0100 Subject: [PATCH] doc: use correct placeholder for policy docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/25627 Reviewed-By: Michaƫl Zasso Reviewed-By: Vse Mozhet Byt --- doc/api/cli.md | 2 +- doc/api/policy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 770d98336f57f7..ee0dd14bdf1ee6 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -150,7 +150,7 @@ Enable experimental ES module support and caching modules. ### `--experimental-policy` Use the specified file as a security policy. diff --git a/doc/api/policy.md b/doc/api/policy.md index ee8109efd651f0..dec8db886ff8e6 100644 --- a/doc/api/policy.md +++ b/doc/api/policy.md @@ -1,6 +1,6 @@ # Policies - + > Stability: 1 - Experimental