We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8734 commit a456586Copy full SHA for a456586
tasks/handlebars.js
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
34
35
var extractGlobalNamespace = function(nsDeclarations) {
36
// Extract global namespace from any existing namespace declaration.
37
- // The purpose of this method is too fix an issue with AMD when using namespace as a function where the
+ // The purpose of this method is to fix an issue with AMD when using namespace as a function where the
38
// nsInfo.namespace will contains the last namespace, not the global namespace.
39
40
var declarations = _.keys(nsDeclarations);
0 commit comments