Browse Source

Revert 2 incorrect grammar corrections

pull/826/head
Hsu Still 8 years ago
parent
commit
c28bb1810f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/guides/getting_started/intro.md

+ 2
- 2
docs/guides/getting_started/intro.md View File

@@ -150,7 +150,7 @@ soon be added to indicate when the client's state is ready for use
(rewrite this section when possible).

Finally, we will want to block the async main method from returning
until after the application has exited. To do this, we can await an
until after the application is exited. To do this, we can await an
infinite delay or any other blocking method, such as reading from
the console.

@@ -158,7 +158,7 @@ The following lines can now be added:

[!code-csharp[Create client](samples/intro/client.cs)]

At this point, feel free to start your program and see your bot comes
At this point, feel free to start your program and see your bot come
online in Discord.

>[!TIP]


Loading…
Cancel
Save