From 1e67958582b998355fef1de49d3f10ab15db6b8b Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 18 Sep 2024 22:11:37 +0200 Subject: [PATCH] docs: Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 041ccb5..8c24d2c 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Simply add the app in your installed apps list in settings.py ... ) -Django-tabbed-admin by default requires Jquery UI tabs plugin in order to work. It is packaged with the static files required to make it funcitonnal, however, they are not activated by default to avoid a conflict with other libraries. +Django-tabbed-admin by default requires Jquery UI tabs plugin in order to work. It is packaged with the static files required to make it functional, however, they are not activated by default to avoid a conflict with other libraries. In order to activate the Jquery UI statics, add the following line to the project settings: