From e198d97cd8a234f990b6f3834fd055ce9db583bf Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Mon, 18 Dec 2023 10:40:36 -0800 Subject: [PATCH] doc: remove ambiguous 'considered' --- doc/api/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 02e4951221dcad..deb85404249700 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2851,7 +2851,7 @@ added: v15.6.0 * Type: {string} -The date/time from which this certificate is considered valid. +The date/time from which this certificate is valid. ### `x509.validTo` @@ -2861,7 +2861,7 @@ added: v15.6.0 * Type: {string} -The date/time until which this certificate is considered valid. +The date/time until which this certificate is valid. ### `x509.verify(publicKey)`