Skip to content

Commit 94d35cf

Browse files
committed
Fix grammar in comment
1 parent 1427e10 commit 94d35cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_commands/slash_cog_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, bot):
1717
international_greetings = greetings.command_group("international", "International greetings")
1818

1919
secret_greetings = SlashCommandGroup("secret_greetings", "Secret greetings", permissions=[
20-
Permission("owner", 2, True) # Ensures the owner_id user can access this, and noone else
20+
Permission("owner", 2, True) # Ensures the owner_id user can access this, and no one else
2121
])
2222

2323
@greetings.command()

0 commit comments

Comments
 (0)