From 56d0c6a4c672f9dba74b1e1da8c243e72e880f1d Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Thu, 20 Apr 2017 00:07:51 +0200 Subject: [PATCH] Fix jsdoc typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 154dce4..a510c79 100644 --- a/index.js +++ b/index.js @@ -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` * *