From 2666017c2decc7edbf86047354f6a573eb140bb8 Mon Sep 17 00:00:00 2001 From: Budiyoga Date: Thu, 2 Feb 2023 10:23:50 +0700 Subject: [PATCH] "semplicity" to "simplicity" Also, is there a tutorial for dummies like me? --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 6d0d53d..c853491 100644 --- a/src/main.js +++ b/src/main.js @@ -30,7 +30,7 @@ if (!b64re.test(string)) throw new TypeError('Failed to execute _atob() : The string to be decoded is not correctly encoded.'); - // Adding the padding if missing, for semplicity + // Adding the padding if missing, for simplicity string += '=='.slice(2 - (string.length & 3)); let bitmap, result = ''; let r1, r2, i = 0; @@ -353,4 +353,4 @@ -})(); \ No newline at end of file +})();