aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/api/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py
index 3cb7e8bd..2c5343de 100644
--- a/pydis_site/apps/api/views.py
+++ b/pydis_site/apps/api/views.py
@@ -43,7 +43,7 @@ class RulesView(APIView):
bot's `!rule` command
>>> [
- ... ("Eat candy.", ["candy", "sweet"]),
+ ... ("Eat candy.", ["candy", "sweets"]),
... ("Wake up at 4 AM.", ["wake_up", "early", "early_bird"]),
... ("Take your medicine.", ["medicine", "health"])
... ]