typos icon indicating copy to clipboard operation
typos copied to clipboard

Don't try to correct `OT` in `OTK`

Open dkasak opened this issue 1 year ago • 1 comments

OTK is a common term in cryptography, standing for One-Time Key. I couldn't quite figure out how to contribute the fix for this, but the following works locally:

[default.extend-identifiers]
OTK = "OTK"
OTKs = "OTKs"

[default.extend-words]
OTK = "OTK"
OTKs = "OTKs"

dkasak avatar Jan 05 '24 15:01 dkasak

For OTKs, see #745.

For OTK, its hard to tell when we should support terms specific to a subfield vs having users deal with it in their config. So far, I think we've tended to focus on more cross-domain terms or widely scoped domains.

epage avatar Jan 06 '24 02:01 epage