Skip to content

Commit 8eac47b

Browse files
committed
Fix typo
1 parent 060dc12 commit 8eac47b

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
@@ -280,7 +280,7 @@ class ArtistSerializer(serializers.HyperlinkedModelSerializer):
280280

281281
With the serializer in place we need more 2 steps, the view and the url mapping.
282282

283-
Let's do both in sequence, first the view. For the view we are going to use a [ModelViewSet](https://www.django-rest-framework.org/api-guide/viewsets/#modelviewset). Inside our file `music.views.py` we need to add this snipper.
283+
Let's do both in sequence, first the view. For the view we are going to use a [ModelViewSet](https://www.django-rest-framework.org/api-guide/viewsets/#modelviewset). Inside our file `music.views.py` we need to add this snippet.
284284

285285
```python
286286
# music/views.py

0 commit comments

Comments
 (0)