Skip to content

Commit 6bdb0a7

Browse files
committed
docs: update inconsistent-capitalization
1 parent 75124db commit 6bdb0a7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,5 @@ media/webviews/
144144

145145
python-dbg
146146

147+
mkdocs/site
147148
mkdocs/venv

mkdocs/docs/tools/inconsistent-capitalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tool lists instances of inconsistent capitalization for sequences of 2 to 5
88
Using both `autonomous system` and `Autonomous System` will be flagged as inconsistent.
99

1010
!!! note
11-
- Capitalization at the start of a sentence is and will not result in a match.
11+
- Capitalization at the start of a sentence is ignored and will not result in a match.
1212
- Words shorter than 3 characters (e.g. `at`, `the`, etc.) are ignored to avoid too many false positives.
1313
- Matches that are contained in longer matches are discarded. Only the longest match is kept.
1414

0 commit comments

Comments
 (0)