From a5311b4bdebd9da7bb9ce47c1339cb8fd35f73e1 Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Mon, 8 May 2023 08:31:09 -0700 Subject: [PATCH] fix vale command (#431) --- content/contribute/vale.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/contribute/vale.md b/content/contribute/vale.md index d9dee9b5..c05acea7 100644 --- a/content/contribute/vale.md +++ b/content/contribute/vale.md @@ -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 ``` {{}} @@ -108,4 +108,5 @@ Do not turn off rules without good reasons. {{}} Vale requires capitalization for `YES` and `NO` and a space around `=`. -{{}} \ No newline at end of file +{{}} +