Skip to content

Commit 4dfe3ff

Browse files
committed
Merge pull request django-cms#2928 from mkoistinen/toolbar_doc_typo
Fix class name
2 parents aa3c7e3 + 464896d commit 4dfe3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending_cms/toolbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ the ``get_absolute_url()`` of the poll instance that was edited.
300300
Frontend
301301
********
302302

303-
The toolbar adds a class ``cms-ready`` to the **html** tag when ready. Additionally we add ``cms-toolbar-expanded`` when
303+
The toolbar adds a class ``cms-ready`` to the **html** tag when ready. Additionally we add ``cms_toolbar-expanded`` when
304304
the toolbar is visible (expanded).
305305

306306
The toolbar also fires a JavaScript event called **cms-ready** on the document.

0 commit comments

Comments
 (0)