Skip to content

Commit a456586

Browse files
style(typo): fix wrong wording
1 parent 7da8734 commit a456586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/handlebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
3434

3535
var extractGlobalNamespace = function(nsDeclarations) {
3636
// 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
37+
// The purpose of this method is to fix an issue with AMD when using namespace as a function where the
3838
// nsInfo.namespace will contains the last namespace, not the global namespace.
3939

4040
var declarations = _.keys(nsDeclarations);

0 commit comments

Comments
 (0)