aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-06 14:11:56 +0200
committerGravatar ks129 <[email protected]>2021-03-06 14:11:56 +0200
commitce5a082458d8cc1433ce623d3b666fb6e0f82672 (patch)
tree19373805408d758a88054560735994604d24d6fa /pydis_site/apps
parentFix grammar of nomination models (diff)
Change as -> to in nomination viewset docs
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/api/viewsets/bot/nomination.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/viewsets/bot/nomination.py b/pydis_site/apps/api/viewsets/bot/nomination.py
index 451264f4..9b9aa280 100644
--- a/pydis_site/apps/api/viewsets/bot/nomination.py
+++ b/pydis_site/apps/api/viewsets/bot/nomination.py
@@ -87,7 +87,7 @@ class NominationViewSet(CreateModelMixin, RetrieveModelMixin, ListModelMixin, Ge
The `user`, `reason` and `actor` fields are required and the `user`
and `actor` need to know by the site. Providing other valid fields
is not allowed and invalid fields are ignored. If `user` already has an
- active nomination, a new nomination entry will be created and assigned as the
+ active nomination, a new nomination entry will be created and assigned to the
active nomination.
#### Request body