From e7c71d09c4866988dde82059f58ab3c0dfdd8dec Mon Sep 17 00:00:00 2001 From: morita shingo Date: Wed, 6 Mar 2024 08:33:15 +0900 Subject: [PATCH] Fix Typo in README: "identifer" to "identifier" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd5d3ea..1fbee21 100644 --- a/README.md +++ b/README.md @@ -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).