[File Explorer add-ons]Fix typo (#28989)

Fixes simple typo/grammar errors

It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language.

Signed-off-by: brian teeman <brian@teeman.net>
This commit is contained in:
Brian Teeman
2023-10-04 11:09:23 +01:00
committed by GitHub
parent 8a376225ce
commit 88e8696b4d

View File

@@ -165,7 +165,7 @@ namespace Microsoft.PowerToys.PreviewHandler.Monaco
}
catch (NullReferenceException e)
{
Logger.LogError("NullReferenceException catched. Skipping exception.", e);
Logger.LogError("NullReferenceException caught. Skipping exception.", e);
}
}
catch (WebView2RuntimeNotFoundException e)