diff options
author | isaacs <i@izs.me> | 2012-10-16 10:59:23 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-10-16 10:59:23 -0700 |
commit | 627f0d27e827295cf8e7442b89d4fc5708ef5d8d (patch) | |
tree | 59d7d9d79f171fa4954906cdaa6de670cdb06838 /doc/api | |
parent | cca15e8e33e94258d8b881786c27d461d5488982 (diff) | |
download | node-627f0d27e827295cf8e7442b89d4fc5708ef5d8d.tar.gz |
doc: Typo. s/arguemnt/argument/
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/crypto.markdown | 2 |
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. |