Skip to content

Commit

Permalink
Update svg-sprite.js
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 14, 2022
1 parent 053b184 commit fe1c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svg-sprite.js
Expand Up @@ -121,7 +121,7 @@ SVGSpriter.prototype.add = function(file, name, svg) {
// so that Shape will properly extract a shape name later on.
file = path.resolve(file);

// Instanciate a vinyl file
// Instantiate a vinyl file
file = new File({
base: path.dirname(file),
path: file,
Expand Down

0 comments on commit fe1c0fc

Please sign in to comment.