diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 600634ab11..1aa3bed6e4 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -686,6 +686,13 @@ A `class:` directive provides a shorter way of toggling a class on an element.
...
``` +It accepts multiple classes in a single expression, separated by comma `,`. +However, the shorthand syntax cannot be used on this case. + +```html + +
...
+``` #### use:*action*