Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeti-or committed Mar 23, 2017
1 parent 5c15834 commit 194187c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/transformsWithOnePath.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.params = {
};

var _path = require('./_path.js'),
relative2absolute = _path.eelative2absolute,
relative2absolute = _path.relative2absolute,
computeCubicBoundingBox = _path.computeCubicBoundingBox,
computeQuadraticBoundingBox = _path.computeQuadraticBoundingBox,
applyTransforms = _path.applyTransforms,
Expand Down

0 comments on commit 194187c

Please sign in to comment.