This commit is contained in:
Daniel Roth 2018-09-08 12:10:37 -07:00
Родитель ac9106c9a1
Коммит 986d9d48c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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());
}
}