We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25bab5 commit 9fc9bb1Copy full SHA for 9fc9bb1
doc/api/crypto.md
@@ -422,7 +422,7 @@ changes:
422
When using an authenticated encryption mode (only `GCM` is currently
423
supported), the `decipher.setAuthTag()` method is used to pass in the
424
received _authentication tag_. If no tag is provided, or if the cipher text
425
-has been tampered with, [`decipher.final()`][] with throw, indicating that the
+has been tampered with, [`decipher.final()`][] will throw, indicating that the
426
cipher text should be discarded due to failed authentication.
427
428
The `decipher.setAuthTag()` method must be called before
0 commit comments