diff --git a/Flow.Launcher.Infrastructure/IAlphabet.cs b/Flow.Launcher.Infrastructure/IAlphabet.cs
index e79ec0c6d..d13eeb414 100644
--- a/Flow.Launcher.Infrastructure/IAlphabet.cs
+++ b/Flow.Launcher.Infrastructure/IAlphabet.cs
@@ -13,7 +13,7 @@
public (string translation, TranslationMapping map) Translate(string stringToTranslate);
///
- /// Determine if a string can be translated to English letter with this Alphabet.
+ /// Determine if a string should be translated to English letter with this Alphabet.
///
/// String to translate.
///