[Core] Fix two typos in API Token Converter (#2650)

This commit is contained in:
Flame442 2019-05-07 16:12:08 -04:00 committed by Michael H
parent 4f6485d1f9
commit 80ff07f53d

View File

@ -47,9 +47,9 @@ class APIToken(discord.ext.commands.Converter):
This will parse the input argument separating the key value pairs into a
format to be used for the core bots API token storage.
This will split the argument by eiher `;` or `,` and return a dict
This will split the argument by either `;` or `,` and return a dict
to be stored. Since all API's are different and have different naming convention,
this leaves the owness on the cog creator to clearly define how to setup the correct
this leaves the onus on the cog creator to clearly define how to setup the correct
credential names for their cogs.
"""