Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Apr 19, 2022
1 parent 3539417 commit 69335f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 3.0.0

⚠️ Breaking changes
### ⚠️ Breaking changes

SVGO configuration has changed since the `v2.x`. Check the [SVGO changelog](https://github.com/svg/svgo/releases) on the releases page.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Tells the plugin whether to personalize the [svgo configuration](https://github.
```javascript
new SvgChunkWebpackPlugin({
svgoConfig: {
multipass: true, // Recommanded
multipass: true, // Recommended
plugins: [
{
name: 'preset-default',
Expand Down

0 comments on commit 69335f0

Please sign in to comment.