From caccd29bf4aef9a626c8d141a189f74094c6cc76 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Wed, 25 Oct 2023 16:59:46 +0700 Subject: [PATCH] fix typo --- .../django-quick-setup-guide-with-gitlab-and-heroku/+article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/dev.mauss/posts/django-quick-setup-guide-with-gitlab-and-heroku/+article.md b/sites/dev.mauss/posts/django-quick-setup-guide-with-gitlab-and-heroku/+article.md index 550649f..bc3a695 100644 --- a/sites/dev.mauss/posts/django-quick-setup-guide-with-gitlab-and-heroku/+article.md +++ b/sites/dev.mauss/posts/django-quick-setup-guide-with-gitlab-and-heroku/+article.md @@ -223,7 +223,7 @@ Another reason to use this is so that other people could recreate the exact envi ``` - 130 → Add the project root directory - - 135-137 → Set your static files such as CSS, JS, and imagines inside the `assets` directory + - 135-137 → Set your static files such as CSS, JS, and images inside the `assets` directory 4. Add the path to your app in your project's urls file