From 21121f149d0369afa31847efb31a3013259a3ec7 Mon Sep 17 00:00:00 2001 From: Mike Lissner Date: Sat, 1 Feb 2025 15:23:38 -0800 Subject: [PATCH] Documentation typo --- docs/overview/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/installation.md b/docs/overview/installation.md index 079a719a..7691f3a8 100644 --- a/docs/overview/installation.md +++ b/docs/overview/installation.md @@ -76,7 +76,7 @@ weight: 3 'django.template.loaders.cached.Loader', [ # Default Django loader 'django.template.loaders.filesystem.Loader', - # Inluding this is the same as APP_DIRS=True + # Including this is the same as APP_DIRS=True 'django.template.loaders.app_directories.Loader', # Components loader 'django_components.template_loader.Loader',