From bd12be3b3852b5bba3e1e95f4ed02d9ebf0a77f9 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 19 Mar 2022 18:37:48 +0000 Subject: [PATCH] Fix a typo in the docs --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 3b86ff44..e9c1234c 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -168,7 +168,7 @@ If you've opted for Gulp as JS task runner, the project comes configured with `S The app will now run with live reloading enabled, applying front-end changes dynamically. -.. note:: The task will start 2 processes in parallel: the static assets build loop on one side, and the Django server on the other. You don NOT need to run Django as your would normally with ``manage.py runserver``. +.. note:: The task will start 2 processes in parallel: the static assets build loop on one side, and the Django server on the other. You do NOT need to run Django as your would normally with ``manage.py runserver``. .. _Node.js: http://nodejs.org/download/ .. _Sass: https://sass-lang.com/