Skip to content

Commit

Permalink
doc: remove ambiguous 'considered'
Browse files Browse the repository at this point in the history
PR-URL: nodejs#51207
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
Trott authored Dec 20, 2023
1 parent 4071548 commit 7afaf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

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

Expand Down

0 comments on commit 7afaf46

Please sign in to comment.