From bdd8e394219cae97222ccfbe9a8deb35d3d4b0ff Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Sat, 23 Jul 2022 17:18:01 -0400 Subject: [PATCH] Update install.rst Fix a docs misspelling --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 054398af..249645d8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -63,7 +63,7 @@ errors with trying to create User settings. 'pinax.teams', # Team support 'reversion', # Required by pinax-teams 'rest_framework', # required for the API - 'django_cleanup.apps.CleanupConfig', # Remove this if you do NOT want to delete fiels on the file system when the associated record is deleted in the database + 'django_cleanup.apps.CleanupConfig', # Remove this if you do NOT want to delete files on the file system when the associated record is deleted in the database 'helpdesk', # This is us! )