Skip to content

Commit

Permalink
Fix broken link in README.md (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
fviolette authored Jun 20, 2024
1 parent 78cb06d commit a1543c4
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 @@ -59,7 +59,7 @@

## :boom: Key Features

Check notice on line 60 in README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] README.md#L60

[Microsoft.Headings] ':boom: Key Features' should use sentence-style capitalization.
Raw output
{"message": "[Microsoft.Headings] ':boom: Key Features' should use sentence-style capitalization.", "location": {"path": "README.md", "range": {"start": {"line": 60, "column": 4}}}, "severity": "INFO"}

- [x] **Support for markup**: Vale has a rich understanding of many [markup formats](https://docs.errata.ai/vale/scoping#formats), allowing it to avoid syntax-related false positives and intelligently exclude code snippets from prose-related rules.
- [x] **Support for markup**: Vale has a rich understanding of many [markup formats](https://vale.sh/docs/topics/scoping/#formats), allowing it to avoid syntax-related false positives and intelligently exclude code snippets from prose-related rules.

- [x] A **highly customizable** [extension system](https://vale.sh/docs/topics/styles/): Vale is capable of enforcing _your style_—be it a standard [editorial style guide](https://github.com/errata-ai/styles#available-styles) or a custom in-house set of rules (see [examples][6]).

Expand Down

0 comments on commit a1543c4

Please sign in to comment.