Documentation typo

This commit is contained in:
Mike Lissner 2025-02-01 15:23:38 -08:00 committed by GitHub
parent 96f48bc013
commit 21121f149d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',