diff options
author | 2023-04-21 22:21:13 +0200 | |
---|---|---|
committer | 2023-04-21 22:27:17 +0200 | |
commit | cbc67702bb58a3a2d3c80521f21e1fd6f7f203e9 (patch) | |
tree | 16101bcce8aa890cf60ab1fc3775e3095949aeda /pydis_site/apps/api/views.py | |
parent | Merge pull request #947 from python-discord/dependabot/github_actions/coveral... (diff) |
Crosscheck rules between API and static rules
Diffstat (limited to 'pydis_site/apps/api/views.py')
-rw-r--r-- | pydis_site/apps/api/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/views.py b/pydis_site/apps/api/views.py index 54fbf809..b1b7dc0f 100644 --- a/pydis_site/apps/api/views.py +++ b/pydis_site/apps/api/views.py @@ -120,7 +120,7 @@ class RulesView(APIView): link_format ) discord_tos = self._format_link( - 'Terms Of Service', + 'Terms of Service', 'https://discordapp.com/terms', link_format ) |