diff --git a/src/Microsoft.Repl/Commanding/DefaultCommandDispatcher.cs b/src/Microsoft.Repl/Commanding/DefaultCommandDispatcher.cs index 22be314827..3ed30f4a35 100644 --- a/src/Microsoft.Repl/Commanding/DefaultCommandDispatcher.cs +++ b/src/Microsoft.Repl/Commanding/DefaultCommandDispatcher.cs @@ -156,7 +156,7 @@ namespace Microsoft.Repl.Commanding } shellState.ConsoleManager.Error.WriteLine("No matching command found".Red().Bold()); - shellState.ConsoleManager.Error.WriteLine("Execute 'help' to se available commands".Red().Bold()); + shellState.ConsoleManager.Error.WriteLine("Execute 'help' to see available commands".Red().Bold()); } }