Skip to content

Commit

Permalink
docs: fix transposition of preset-default (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnowland authored May 20, 2024
1 parent bec0cb4 commit c250920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-preset-default.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
};
```

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

```js
module.exports = {
Expand Down

0 comments on commit c250920

Please sign in to comment.