Avoid abbreviating "numerator" as "numer", to allow catching typo "numer" elsewhere
`typos.toml` has an exception for "numer", to avoid flagging its use as an abbreviation for "numerator". Remove the use of that abbrevation, spelling out "numerator" instead, and remove the exception, so that typo checks can find future instances of "numer" as a typo for "number".
This commit is contained in:
parent
ca77504943
commit
c503487a6f
3 changed files with 8 additions and 10 deletions
|
|
@ -52,7 +52,6 @@ ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC = "ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC"
|
|||
ERROR_MCA_OCCURED = "ERROR_MCA_OCCURED"
|
||||
ERRNO_ACCES = "ERRNO_ACCES"
|
||||
tolen = "tolen"
|
||||
numer = "numer"
|
||||
|
||||
[default]
|
||||
extend-ignore-words-re = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue