From 5500b87968faaf7d3dacd56e2c1924198aa3b0e5 Mon Sep 17 00:00:00 2001 From: Katherine McAuliffe Date: Wed, 24 Aug 2016 14:08:20 -0700 Subject: [PATCH] Fix two typos (#535) --- docs/examples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index b9135764d..ac05f78a5 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -112,7 +112,7 @@ This is by far the most common way people will send a message in the Discord API client.sendMessage(message.channel, "Hello!"); }); -You can also use a `Message`_ resolvable as an parameter. This example does the same thing as above. +You can also use a `Message`_ resolvable as a parameter. This example does the same thing as above. .. code-block:: javascript @@ -259,7 +259,7 @@ Status updates Updating your status is very simple. -The ready event needs to be emitted before you can use theese functions. +The ready event needs to be emitted before you can use these functions. You can either use the setStatus function or you can use helpers. @@ -320,4 +320,4 @@ You can also use the setStatus function to do this. }); ------ \ No newline at end of file +-----