Skip to content

Commit 9a5d213

Browse files
Minor typo fix
1 parent 6fde761 commit 9a5d213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AlpacaDriverDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class Program
3434
public static void Main(string[] args)
3535
{
3636
//First fill in information for your driver in the Alpaca Configuration Class. Some of these you may want to store in a user changeable settings file.
37-
//The fill in the ToDos in this file. Each is marked with a //ToDo
37+
//Then fill in the ToDos in this file. Each is marked with a //ToDo
3838
//You shouldn't need to do anything in the Startup and Logging or Finish Building and Start Server regions
3939

4040
//For Debug ConsoleLogger is very nice. For production TraceLogger is recommended.

0 commit comments

Comments
 (0)