Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CollierCZ authored May 14, 2024
1 parent ad09468 commit 3f7ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ with:
Space-delimited list of flags for the Vale CLI. To see a full list of available flags, run `vale -h`.

Note that flags should not include quotes.
So while `--glob='*.txt'" works with Vale, it does not work with this action.
So while `--glob='*.txt'` works with Vale, it does not work with this action.
Use the flag without quotes, as in the following example:

```yaml
Expand Down

0 comments on commit 3f7ad46

Please sign in to comment.