diff --git a/docs/pages/toggler.md b/docs/pages/toggler.md index 86c2e91aa5..44740dc2b4 100644 --- a/docs/pages/toggler.md +++ b/docs/pages/toggler.md @@ -8,7 +8,7 @@ video: 'wHpZCrpKlBc' ## Toggle a CSS class -To setup a class toggle, start by adding the attribute `data-toggler` to an element. The value of `data-toggler` is the class you want to toggle. Also give the element a unique ID so it can be targeted. +To setup a class toggle, start by adding the attribute `data-toggler` to an element. The value of `data-toggler` is the class you want to toggle (like `.classname` and `classname`). Also give the element a unique ID so it can be targeted.