Skip to content

Commit

Permalink
chore(docs): correct blocklist example (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Apr 12, 2023
1 parent 35273a8 commit 680b917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/extracting.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Similar to `safelist`, you can also configure `blocklist` to exclude some utilit

```ts
// uno.config.ts
exclude: [
blocklist: [
'p-1',
/^p-[2-4]$/,
]
Expand Down

0 comments on commit 680b917

Please sign in to comment.