Update docs/tutorial/6-viewsets-and-routers.md

This commit is contained in:
Asif Saif Uddin 2022-11-22 12:26:52 +06:00 committed by GitHub
parent 332a3bf913
commit dc3f6ef34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Next we're going to replace the `SnippetList`, `SnippetDetail` and `SnippetHighl
class SnippetViewSet(viewsets.ModelViewSet):
"""
This view set automatically provides `list`, `create`, `retrieve`,
This ViewSet automatically provides `list`, `create`, `retrieve`,
`update` and `destroy` actions.
Additionally we also provide an extra `highlight` action.