From 0a75cc32f2e4b9960c15a7cb9b2aed5dcdb4b2c9 Mon Sep 17 00:00:00 2001 From: Kenneth Lombardi Date: Wed, 1 Nov 2017 21:55:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb12cd..2282f37 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ base64url.unescape('This-is_goingto-escape') // returns This+is/goingto+escape== // -// setting a different econding +// setting a different encoding // base64url.encode(string to encode, encoding)