2 references to TypoCorrection
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (2)
437
IEnumerable<string> possibleTemplateMatches =
TypoCorrection
.GetSimilarTokens(possibleTemplates, instantiateArgs.ShortName);
466
IEnumerable<string> possibleSubcommandsMatches =
TypoCorrection
.GetSimilarTokens(possibleSubcommands, instantiateArgs.ShortName);