[PTRun]Fixed typo in Value Generator messages (#36951)
Some checks are pending
Spell checking / Check Spelling (push) Waiting to run
Spell checking / Report (Push) (push) Blocked by required conditions
Spell checking / Report (PR) (push) Blocked by required conditions
Spell checking / Update PR (push) Waiting to run

This commit is contained in:
Nathan Gill 2025-01-19 15:31:13 +00:00 committed by GitHub
parent b6e2fc1995
commit ddcad65796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,7 +146,7 @@ namespace Community.PowerToys.Run.Plugin.ValueGenerator
// This is only for single chars
if (content.Length > 1)
{
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (To many characters.)");
throw new ArgumentException($"Invalid Query: {query.RawUserQuery} (Too many characters.)");
}
else if (content.Length == 0)
{