From 4b19e6244412cc6903485f04233390c423c5eab3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 20 Dec 2023 10:45:58 -0800 Subject: [PATCH] doc: remove ambiguous 'considered' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/51207 Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen --- 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 3175d391032ae4..1ea883347e5e13 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)`