From 986d9d48c945daff106dbe85d936862e61ca6c92 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Sat, 8 Sep 2018 12:10:37 -0700 Subject: [PATCH] Fix typo --- src/Microsoft.Repl/Commanding/DefaultCommandDispatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }