Skip to content

Commit b28a6a5

Browse files
Trottaddaleax
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c189832 commit b28a6a5

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)