Skip to content

Commit

Permalink
Update spelling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato authored Jan 3, 2025
1 parent 369e989 commit 79c697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/content/checks/spelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Vale comes with a set of built-in filters, as described in the table below:
| Filter | Description |
| ------------------------- | -------------------------------------- |
| `[A-Z]{1}[a-z]+[A-Z]+\w+` | Mixed-cased words (such as "MongoDB"). |
| `[^a-zA-Z_']` | Non-word tokens (such as numbers). |
| `[^a-zA-Z_']` | Words containing non-word tokens (such as numbers). |
| `[A-Z]+$` | Upper-cased words. |

You can also choose define you own filters either with or without the built-in
Expand Down

0 comments on commit 79c697a

Please sign in to comment.