We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8148b commit 93b29fbCopy full SHA for 93b29fb
src/Scriptcs/Program.cs
@@ -16,7 +16,7 @@ private static void Main(string[] args)
16
{
17
if (args.Length == 0)
18
19
- Console.WriteLine("Usage:\r\n\r\nscriptcs [file] [receipe1] [receipe2] ...\r\n");
+ Console.WriteLine("Usage:\r\n\r\nscriptcs [file] [recipe1] [recipe2] ...\r\n");
20
return;
21
}
22
0 commit comments