Merge pull request #943 from mlissner/patch-1

Documentation typo
This commit is contained in:
Emil Stenström 2025-02-02 01:02:20 +01:00 committed by GitHub
commit da54d97343
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',