Typo Tolerance is a Pharo extension that preserves prefix matching as the primary acceptance rule and uses approximate matching only as a fallback, with a configurable tolerance.
Metacello new
githubUser: 'pharo-completion' project: 'typo-tolerance' commitish: 'main' path: 'src';
baseline: 'TypoTolerance';
load.