From 627f0d27e827295cf8e7442b89d4fc5708ef5d8d Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 16 Oct 2012 10:59:23 -0700 Subject: [PATCH] doc: Typo. s/arguemnt/argument/ --- doc/api/crypto.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 87da3a78dad..00ed3944155 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.