Skip to content

Commit

Permalink
Update docs/contribute/run-vale.md
Browse files Browse the repository at this point in the history
Co-authored-by: m4sterbunny <[email protected]>
  • Loading branch information
bgravenorst and m4sterbunny authored Oct 24, 2024
1 parent e08ae42 commit 9123311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/run-vale.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ view issues in real-time.
variable to the location of the file in the repo. For example, on macOS this is:

```bash
export VALE_CONFIG_PATH="/Users/jdoe/documentation/docs-gha/spelling/.vale.ini"
export VALE_CONFIG_PATH="/Users/{user-name}/documentation/docs-gha/spelling/.vale.ini"
```

Check failure on line 44 in docs/contribute/run-vale.md

View workflow job for this annotation

GitHub Actions / Lint

Fenced code blocks should be surrounded by blank lines

docs/contribute/run-vale.md:44 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md031.md
:::note
To persist the ENV variable across sessions you’ll need to add the above command it to the appropriate
Expand Down

0 comments on commit 9123311

Please sign in to comment.