Skip to content

Commit 39da9c7

Browse files
committed
minor typo in viewsets docs
1 parent 0cb5ace commit 39da9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/viewsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The decorators can additionally take extra arguments that will be set for the ro
146146
def set_password(self, request, pk=None):
147147
...
148148

149-
Theses decorators will route `GET` requests by default, but may also accept other HTTP methods, by using the `methods` argument. For example:
149+
These decorators will route `GET` requests by default, but may also accept other HTTP methods, by using the `methods` argument. For example:
150150

151151
@detail_route(methods=['post', 'delete'])
152152
def unset_password(self, request, pk=None):

0 commit comments

Comments
 (0)