Skip to content

Commit 018c496

Browse files
kaktsmbroadst
authored andcommitted
refactor(utils): fix typo in lib/utils.js
1 parent 89c20d4 commit 018c496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ var filterOptions = function(options, names) {
312312
return filterOptions;
313313
};
314314

315-
// Object.assign method or polyfille
315+
// Object.assign method or polyfill
316316
var assign = Object.assign
317317
? Object.assign
318318
: function assign(target) {

0 commit comments

Comments
 (0)