Catching Typos on My Website with Browser Testing
Summary
A practical look at using Bombadil (a TypeScript-based DSL) to automate browser-based spell-checking for a website. The approach combines an inner spell-check loop with an outer triage loop, leveraging NPM packages and optional LLM assistance to identify and fix typos, while building a domain-specific dictionary.