diff --git a/site/content/guide/11-classes.md b/site/content/guide/11-classes.md index 8f72a2ef8c..07b7d1bb34 100644 --- a/site/content/guide/11-classes.md +++ b/site/content/guide/11-classes.md @@ -25,7 +25,7 @@ Like any attribute, the `class` attribute can be set using regular JavaScript. S That's a little verbose though, so the `class:` directive gives you a simpler way to achieve the same thing: -```diff +```html