diff --git a/docs/source/django_rest_integration.rst b/docs/source/django_rest_integration.rst index b7e0e13..b8222a2 100644 --- a/docs/source/django_rest_integration.rst +++ b/docs/source/django_rest_integration.rst @@ -1,4 +1,4 @@ -Using with Django Rest Framwork +Using with Django Rest Framework ================================= 1. Add ``'django_multitenant.middleware.MultitenantMiddleware'`` to the ``MIDDLEWARE`` list in your ``settings.py`` file: