summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-16 10:59:23 -0700
committerisaacs <i@izs.me>2012-10-16 10:59:23 -0700
commit627f0d27e827295cf8e7442b89d4fc5708ef5d8d (patch)
tree59d7d9d79f171fa4954906cdaa6de670cdb06838 /doc/api
parentcca15e8e33e94258d8b881786c27d461d5488982 (diff)
downloadnode-627f0d27e827295cf8e7442b89d4fc5708ef5d8d.tar.gz
doc: Typo. s/arguemnt/argument/
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/crypto.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown
index 87da3a78d..00ed39441 100644
--- a/doc/api/crypto.markdown
+++ b/doc/api/crypto.markdown
@@ -390,7 +390,7 @@ Verify object.
However, if you are doing things with the string data that will not
work properly on Buffers (such as, concatenating them, storing in
databases, etc.), or you are passing binary strings to the crypto
-functions without an encoding arguemnt, then you will need to start
+functions without an encoding argument, then you will need to start
providing encoding arguments to specify which encoding you'd like to
use.