Merge pull request #946 from eudoxa/fix_readme_faq_identifiers_typo

Fix Typo in README: "identifer" to "identifier"
This commit is contained in:
Ed Page 2024-03-05 18:59:58 -06:00 committed by GitHub
commit 6233184298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ If you are using `files.ignore-vcs = true`,
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)).
**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
detecting non-words (like hashes) or
unambiguous words (like words after a `\` escape).