Skip to content

Commit 4cd5ea7

Browse files
committed
haven't -> have not
1 parent eb3a9e5 commit 4cd5ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/installation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In your settings you will need to add `django_idom` to [`INSTALLED_APPS`](https:
2929

3030
Django-IDOM requires ASGI in order to use Websockets.
3131

32-
If you haven't enabled ASGI on your **Django project** yet, you will need to install `channels[daphne]`, add `daphne` to `INSTALLED_APPS`, then set your `ASGI_APPLICATION` variable.
32+
If you have not enabled ASGI on your **Django project** yet, you will need to install `channels[daphne]`, add `daphne` to `INSTALLED_APPS`, then set your `ASGI_APPLICATION` variable.
3333

3434
Read the [Django Channels Docs](https://channels.readthedocs.io/en/stable/installation.html) for more info.
3535

0 commit comments

Comments
 (0)