Skip to content

Commit

Permalink
refactor(utils): fix typo in lib/utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kakts authored and mbroadst committed Dec 13, 2017
1 parent 89c20d4 commit 018c496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ var filterOptions = function(options, names) {
return filterOptions;
};

// Object.assign method or polyfille
// Object.assign method or polyfill
var assign = Object.assign
? Object.assign
: function assign(target) {
Expand Down

0 comments on commit 018c496

Please sign in to comment.