We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb5ace commit 39da9c7Copy full SHA for 39da9c7
docs/api-guide/viewsets.md
@@ -146,7 +146,7 @@ The decorators can additionally take extra arguments that will be set for the ro
146
def set_password(self, request, pk=None):
147
...
148
149
-Theses decorators will route `GET` requests by default, but may also accept other HTTP methods, by using the `methods` argument. For example:
+These decorators will route `GET` requests by default, but may also accept other HTTP methods, by using the `methods` argument. For example:
150
151
@detail_route(methods=['post', 'delete'])
152
def unset_password(self, request, pk=None):
0 commit comments