From 2c2c87e291d36df4c8c3357cc6b896a711c219ef Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 15 Oct 2020 22:20:59 -0700 Subject: [PATCH] doc: fix stability indicator in webcrypto doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0 is deprecated. Change to 1, which is experimental. PR-URL: https://github.com/nodejs/node/pull/35672 Reviewed-By: Michaƫl Zasso Reviewed-By: Gireesh Punathil Reviewed-By: Antoine du Hamel --- doc/api/webcrypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 62e119bcb3fbb6..9a067ceabec51a 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -2,7 +2,7 @@ -> Stability: 0 - Experimental +> Stability: 1 - Experimental Node.js provides an implementation of the standard [Web Crypto API][].