Skip to content

Commit ed2c918

Browse files
authored
Merge pull request #250 from ttacon/patch-1
chore(docs): fix typo in lib/pkce/pkce.js wird -> weird
2 parents c533607 + d026007 commit ed2c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkce/pkce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const pkce = {
1919
* @return {String|undefined}
2020
*/
2121
getHashForCodeChallenge: function({ method, verifier }) {
22-
// to prevent undesired side-effects when passing some wird values
22+
// to prevent undesired side-effects when passing some weird values
2323
// to createHash or base64URLEncode we first check if the values are right
2424
if (pkce.isValidMethod(method) && typeof verifier === 'string' && verifier.length > 0) {
2525
if (method === 'plain') {

0 commit comments

Comments
 (0)