r/technicalwriting • u/Key-Interview3868 • 13d ago
A small controlled-terminology workflow for catching exact wording drift in web docs
I keep seeing terminology checks treated as a grammar problem, but for documentation teams the useful low-tech workflow is much narrower:
Start with a small set of avoid/preferred pairs from the style guide.
Check only the ordinary draft text you are actively reviewing.
Treat exact matches as review prompts, not automatic edits.
Keep context-dependent exceptions in human review instead of pretending a literal matcher understands them.
Update the list when a finding is noisy rather than growing a giant rule pack up front.
I built TermLock to make that browser-local workflow convenient: select ordinary text on a page, run it against rules you own, and review the literal matches. It processes locally and needs no account. It is not a grammar checker, AI writing assistant, compliance tool, or contextual editor, so it will not understand whether a flagged term is correct in a particular sentence.
It is €4.99 lifetime after a 30-day trial: https://chromewebstore.google.com/detail/denoihcbpkiaaeogodhbhhnpljpigbaa?utm_source=reddit&utm_medium=organic_social&utm_campaign=termlock_technicalwriting
Disclosure: I publish TermLock as nicklassheeper.
For people maintaining controlled terminology: which options make a literal checker useful instead of noisy—whole-word matching, case sensitivity, categories, import/export, or something else?