docs: fix typos (#5989)

Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
Lioness100
2023-02-13 21:36:09 -05:00
committed by GitHub
parent 9811e4e871
commit a89a27cadf
28 changed files with 43 additions and 43 deletions

View File

@@ -339,7 +339,7 @@ class Alias(commands.Cog):
try:
if await self._aliases.edit_alias(ctx, alias_name, command):
await ctx.send(
_("The alias with the trigger `{name}` has been edited sucessfully.").format(
_("The alias with the trigger `{name}` has been edited successfully.").format(
name=alias_name
)
)
@@ -372,7 +372,7 @@ class Alias(commands.Cog):
try:
if await self._aliases.edit_alias(ctx, alias_name, command, global_=True):
await ctx.send(
_("The alias with the trigger `{name}` has been edited sucessfully.").format(
_("The alias with the trigger `{name}` has been edited successfully.").format(
name=alias_name
)
)