Skip to content

Commit

Permalink
fix typo (idomatic -> idiomatic)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maisy authored Jan 1, 2020
1 parent 1105760 commit 74b34cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/authorization.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var utils = require('../utils')
* is the URL to which the user will be redirected after authorization is
* obtained (which may be different, if the server is enforcing registration
* requirements). If an error occurs, `done` should be invoked with `err` set
* in idomatic Node.js fashion.
* in idiomatic Node.js fashion.
*
* Alternate function signatures of the `validate` callback are available if
* needed. Consult the source code for a definitive reference.
Expand Down

0 comments on commit 74b34cf

Please # to comment.