Merge pull request #479 from yuekui/patch-1

Fix typo in docs
This commit is contained in:
Alexandr Artemyev 2022-05-04 13:05:41 +06:00 committed by GitHub
commit 908b72bc47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ You can define fieldsets to group settings together:
Fieldsets collapsing
--------------------
To make some fieldsets collapsing you can use new format if CONSTANCE_CONFIG_FIELDSETS. Here's an example:
To make some fieldsets collapsing you can use new format in CONSTANCE_CONFIG_FIELDSETS. Here's an example:
.. code-block:: python