summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2017-12-28 13:00:03 +0100
committerTobias Nießen <tniessen@tnie.de>2017-12-28 16:42:46 +0100
commitfd724c5c638d97545e055cdae80a087f077af28a (patch)
treeae6e1bea32e41454b427ae413723b06cba4d6838 /doc
parent9c00f071f0cddad4bbd5ab72f9275c187c11c514 (diff)
downloadandroid-node-v8-fd724c5c638d97545e055cdae80a087f077af28a.tar.gz
android-node-v8-fd724c5c638d97545e055cdae80a087f077af28a.tar.bz2
android-node-v8-fd724c5c638d97545e055cdae80a087f077af28a.zip
doc: fix typo
PR-URL: https://github.com/nodejs/node/pull/17900 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 1f11f443a9..d873ac5783 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -422,7 +422,7 @@ changes:
When using an authenticated encryption mode (only `GCM` is currently
supported), the `decipher.setAuthTag()` method is used to pass in the
received _authentication tag_. If no tag is provided, or if the cipher text
-has been tampered with, [`decipher.final()`][] with throw, indicating that the
+has been tampered with, [`decipher.final()`][] will throw, indicating that the
cipher text should be discarded due to failed authentication.
The `decipher.setAuthTag()` method must be called before