Skip to content

Commit

Permalink
Correct typo in comment in removeDimensions plugin (svg#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag authored Dec 28, 2021
1 parent dfc5b98 commit 04abd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/removeDimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.description =
* <svg viewBox="0 0 100 50" />
*
* @param {Object} item current iteration item
* @return {Boolean} if true, with and height will be filtered out
* @return {Boolean} if true, width and height will be filtered out
*
* @author Benny Schudel
*/
Expand Down

0 comments on commit 04abd6f

Please sign in to comment.