Skip to content

Commit

Permalink
style(typo): fix wrong wording
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Feb 20, 2015
1 parent 0a2518b commit c33c9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(grunt) {

var extractGlobalNamespace = function(nsDeclarations) {
// Extract global namespace from any existing namespace declaration.
// 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
// nsInfo.namespace will contains the last namespace, not the global namespace.

var declarations = _.keys(nsDeclarations);
Expand Down

0 comments on commit c33c9f1

Please sign in to comment.