Skip to content

Commit c403233

Browse files
committed
Fix grammar
1 parent 8eac47b commit c403233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class ArtistViewSet(viewsets.ModelViewSet):
290290
serializer_class = ArtistSerializer
291291
```
292292

293-
1. Here we create a ViewSet class that will be responsible to create our CRUD(+ list) views. It inherits from `ModelViewSet`.
293+
1. Here we create a ViewSet class that will be responsible for creating our CRUD(+ list) views. It inherits from `ModelViewSet`.
294294
2. `queryset` parameter tells DRF what do list, this will be shared across all the views
295295
3. `serializer_class` is self-explanatory
296296

0 commit comments

Comments
 (0)