Skip to content

Commit cb3270e

Browse files
Trottrichardlau
authored andcommittedMar 25, 2024
doc: remove ambiguous 'considered'
PR-URL: #51207 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 996cef5 commit cb3270e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ added: v15.6.0
28512851

28522852
* Type: {string}
28532853

2854-
The date/time from which this certificate is considered valid.
2854+
The date/time from which this certificate is valid.
28552855

28562856
### `x509.validTo`
28572857

@@ -2861,7 +2861,7 @@ added: v15.6.0
28612861

28622862
* Type: {string}
28632863

2864-
The date/time until which this certificate is considered valid.
2864+
The date/time until which this certificate is valid.
28652865

28662866
### `x509.verify(publicKey)`
28672867

0 commit comments

Comments
 (0)
Please sign in to comment.