Skip to content

Commit

Permalink
Fix typo (#441)
Browse files Browse the repository at this point in the history
endpoing > endpoint
  • Loading branch information
mikeybyker authored and luisrudge committed May 21, 2017
1 parent 291f0d9 commit ead8526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/parameters-whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function oauthAuthorizeParams(warn, params) {

if (notAllowed.length > 0) {
warn.warning(
'Following parameters are not allowed on the `/authorize` endpoing: [' +
'Following parameters are not allowed on the `/authorize` endpoint: [' +
notAllowed.join(',') +
']'
);
Expand Down

0 comments on commit ead8526

Please sign in to comment.