mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-03 22:41:20 -05:00
Fix Typo in README: "identifer" to "identifier"
This commit is contained in:
parent
8fbad372a8
commit
e7c71d09c4
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ If you are using `files.ignore-vcs = true`,
|
||||||
is the file in your `.gitignore` but git tracks it anyways?
|
is the file in your `.gitignore` but git tracks it anyways?
|
||||||
Prefer allowing the file explicitly (see [#909](https://github.com/crate-ci/typos/issues/909)).
|
Prefer allowing the file explicitly (see [#909](https://github.com/crate-ci/typos/issues/909)).
|
||||||
|
|
||||||
**Does the identifier show up in `typos --identifers` or the word show up in `typos --words`?**
|
**Does the identifier show up in `typos --identifiers` or the word show up in `typos --words`?**
|
||||||
If not, it might be subject to one of typos' heuristics for
|
If not, it might be subject to one of typos' heuristics for
|
||||||
detecting non-words (like hashes) or
|
detecting non-words (like hashes) or
|
||||||
unambiguous words (like words after a `\` escape).
|
unambiguous words (like words after a `\` escape).
|
||||||
|
|
Loading…
Reference in a new issue