doc: remove ambiguous 'considered'

PR-URL: https://github.com/nodejs/node/pull/51207
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Rich Trott
2023-12-20 10:45:58 -08:00
committed by GitHub
parent 40715481bf
commit 7afaf463d4

View File

@@ -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)`