[3.4] docs: fix typos (#5989) (#6073)

Co-authored-by: Lioness100 <jchickmm2@gmail.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys
2023-04-20 00:33:20 +02:00
committed by GitHub
parent eb3afe6164
commit 4a66c4910f
25 changed files with 39 additions and 39 deletions

View File

@@ -362,7 +362,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
)
)
@@ -395,7 +395,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
)
)