Skip to content

Commit

Permalink
Fix readme typo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderl authored and sindresorhus committed Jan 9, 2019
1 parent c25703c commit ec84d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To disable plugins with the gruntfile.js, look for the plugin name at the [SVGO

```js
plugins: [
{removeViewBox: false}, // Don't remove the viewbox atribute from the SVG
{removeViewBox: false}, // Don't remove the viewbox attribute from the SVG
{removeUselessStrokeAndFill: false}, // Don't remove Useless Strokes and Fills
{removeEmptyAttrs: false} // Don't remove Empty Attributes from the SVG
]
Expand Down

0 comments on commit ec84d25

Please sign in to comment.