Browse Source

[commands] Fix grammar

Either implies that there will be two things, there is only one.
pull/2378/head
Flame442 6 years ago
committed by Rapptz
parent
commit
5cad76370e
  1. 2
      docs/ext/commands/commands.rst

2
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

Loading…
Cancel
Save