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.