Skip to content

Commit 4bf949b

Browse files
committed
Fix typo
1 parent 13bb5cf commit 4bf949b

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
@@ -243,7 +243,7 @@ def index(_request):
243243
return HttpResponse("My first API!")
244244
```
245245

246-
So no you can use the command `task r` to start our django server, so you can access [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to see it.
246+
So now you can use the command `task r` to start our django server, so you can access [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to see it.
247247
![my_first_api.png](images/my_first_api.png)
248248

249249
Until here we just looked at Django concepts. Now we will dive into Django Rest Framework(DRF) concepts.

0 commit comments

Comments
 (0)