Skip to content

Commit 44f3c01

Browse files
committed
Fix grammar
1 parent 568d02a commit 44f3c01

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
@@ -352,7 +352,7 @@ Congratulations now you have your first api working.
352352

353353
Now that you've explored some of the shortcuts provided by DRF, let's delve into creating an endpoint for the album model using a plain Serializer, without relying heavily on shortcuts.
354354

355-
Let's start by the urls part. We gonna need to add the new route to our `music.urls.py`. Now it should look like this.
355+
Let's start by the urls part. We're going to need to add the new route to our `music.urls.py`. Now it should look like this.
356356

357357
```python
358358
from django.urls import path, include

0 commit comments

Comments
 (0)