Skip to content

Commit

Permalink
Fix jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Apr 19, 2017
1 parent 92ca5a9 commit 56d0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function stripHandlebarsExt (value, key) {
* Internal function that returns `require`s a module if the parameter is a string.
*
* If parameter is a string (path) and a file with that path exists, load it as module
* If the parameter is not a string, juet return it.
* If the parameter is not a string, just return it.
* If the parameter is a string, but the file does not exist, return `undefined`
*
*
Expand Down

0 comments on commit 56d0c6a

Please sign in to comment.