fix vale command (#431)

This commit is contained in:
Manabu McCloskey 2023-05-08 08:31:09 -07:00 committed by GitHub
parent a43dd013e0
commit a5311b4bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -29,13 +29,13 @@ Crossplane CI uses [Vale v2.22.0](https://github.com/errata-ai/vale/releases/tag
Run Vale on all documentation from the command-line with
```shell
vale --config="utils/vale/.vale.ini"` content/
vale --config="utils/vale/.vale.ini" content/
```
To run Vale on a single file use
```shell
vale --config="utils/vale/.vale.ini"` content/contribute/writing-style-guide.md
vale --config="utils/vale/.vale.ini" content/contribute/writing-style-guide.md
```
{{<hint "tip" >}}
@ -108,4 +108,5 @@ Do not turn off rules without good reasons.
{{<hint "important" >}}
Vale requires capitalization for `YES` and `NO` and a space around `=`.
{{</hint >}}
{{</hint >}}