From 935909f24be03614694d337bebf05622fc1a0c6b Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 20 Apr 2016 23:13:31 +0200 Subject: [PATCH] fix typo --- js/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/module.js b/js/module.js index 9be652bf..93b03508 100644 --- a/js/module.js +++ b/js/module.js @@ -146,7 +146,7 @@ var Module = Class.extend({ }, /* file(file) - * Retrieve the path to a module fike. + * Retrieve the path to a module file. * * argument file string - Filename. *