Skip to content

Commit

Permalink
chore: minor wording in package.json and docs (svg#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed May 24, 2024
1 parent c250920 commit 83a94e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/02-preset-default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SVGO runs with a default preset that has the plugin ID `preset-default`. This is

:::info

If you aren't using SVGO directly, like through [SVGR](https://github.com/gregberge/svgr), the default plugins may be different from the default preset.
If you aren't using SVGO directly, like through [SVGR](https://github.com/gregberge/svgr), the default plugins may differ from the default preset.

:::

Expand Down Expand Up @@ -71,7 +71,7 @@ module.exports = {
};
```

Alternatively, you can also drop `preset-default` entirely, and configure your own plugin pipeline from scratch, with only the desirable plugins:
Alternatively, you can drop `preset-default` entirely, and configure your own plugin pipeline from scratch, with only the desirable plugins:

```js
module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packageManager": "yarn@3.8.2",
"name": "svgo",
"version": "3.3.1",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 83a94e9

Please sign in to comment.