diff --git a/dev/overview/installation/index.html b/dev/overview/installation/index.html index 36735978..703c713c 100644 --- a/dev/overview/installation/index.html +++ b/dev/overview/installation/index.html @@ -22,7 +22,7 @@ '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', @@ -69,4 +69,4 @@ }, }, ] -
Read on to find out how to build your first component!