Skip to content

Commit f7563f8

Browse files
TrottBethGriggs
authored andcommitted
doc: remove typo in crypto.md
Change "its[sic] recommended to" to "be sure to". This fixes a typo and also improves the passive and indirect phrasing to a more concise active and direct phrasing. PR-URL: #34698 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6929649 commit f7563f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ If `outputEncoding` is given a string will be returned; otherwise a
868868
`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey`
869869
lies outside of the elliptic curve. Since `otherPublicKey` is
870870
usually supplied from a remote user over an insecure network,
871-
its recommended for developers to handle this exception accordingly.
871+
be sure to handle this exception accordingly.
872872

873873
### `ecdh.generateKeys([encoding[, format]])`
874874
<!-- YAML

0 commit comments

Comments
 (0)