Skip to content

Commit 93b29fb

Browse files
committed
fixing typo
1 parent 4d8148b commit 93b29fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Scriptcs/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private static void Main(string[] args)
1616
{
1717
if (args.Length == 0)
1818
{
19-
Console.WriteLine("Usage:\r\n\r\nscriptcs [file] [receipe1] [receipe2] ...\r\n");
19+
Console.WriteLine("Usage:\r\n\r\nscriptcs [file] [recipe1] [recipe2] ...\r\n");
2020
return;
2121
}
2222

0 commit comments

Comments
 (0)