From 5cad76370eada458e3b8a5bea01b6a2c54572a1c Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Mon, 30 Sep 2019 19:07:04 -0400 Subject: [PATCH] [commands] Fix grammar Either implies that there will be two things, there is only one. --- docs/ext/commands/commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index dd5047b9e..fbf87fc27 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -560,7 +560,7 @@ This command can be invoked any of the following ways: Error Handling ---------------- -When our commands fail to either parse we will, by default, receive a noisy error in ``stderr`` of our console that tells us +When our commands fail to parse we will, by default, receive a noisy error in ``stderr`` of our console that tells us that an error has happened and has been silently ignored. In order to handle our errors, we must use something called an error handler. There is a global error handler, called