From b8feea6cf04e44c6f70f4910b93f51db9dad7f06 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Fri, 9 Mar 2018 22:32:52 +0100 Subject: [PATCH] docs: improve wording in toggler docs --- docs/pages/toggler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/toggler.md b/docs/pages/toggler.md index 18b888fc9..44740dc2b 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 (supports `.classname` and `classname`). 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.

Watch this part in video -- 2.47.2