We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b00ee3 commit 3c3a631Copy full SHA for 3c3a631
doc/api/crypto.md
@@ -347,7 +347,7 @@ added: v1.0.0
347
When using an authenticated encryption mode (only `GCM` is currently
348
supported), the `decipher.setAuthTag()` method is used to pass in the
349
received _authentication tag_. If no tag is provided, or if the cipher text
350
-has been tampered with, [`decipher.final()`][] with throw, indicating that the
+has been tampered with, [`decipher.final()`][] will throw, indicating that the
351
cipher text should be discarded due to failed authentication.
352
353
Returns `this` for method chaining.
0 commit comments