From 7b70c3993b372f5f5745117a32906786bfb4afb3 Mon Sep 17 00:00:00 2001 From: Techbot121 Date: Thu, 30 Mar 2017 11:20:51 +0200 Subject: [PATCH] Update intro.md fix typo --- docs/guides/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/intro.md b/docs/guides/intro.md index 314f2c32e..32f01edce 100644 --- a/docs/guides/intro.md +++ b/docs/guides/intro.md @@ -67,7 +67,7 @@ async main. [!code-csharp[Async Context](samples/intro/async-context.cs)] -As a result of this, your program will now start, and immidiately +As a result of this, your program will now start, and immediately jump into an async context. This will allow us later on to create a connection to Discord, without needing to worry about setting up the correct async implementation. @@ -221,4 +221,4 @@ should be to separate the program (initialization and command handler), the modules (handle commands), and the services (persistent storage, pure functions, data manipulation). -**todo:** diagram of bot structure \ No newline at end of file +**todo:** diagram of bot structure