diff --git a/docs/src/views/getting-started.pug b/docs/src/views/getting-started.pug index eb7ddbf..ad24322 100644 --- a/docs/src/views/getting-started.pug +++ b/docs/src/views/getting-started.pug @@ -34,10 +34,10 @@ block content * @modifiers * .button--alert an alert button * @markup - * <button class="button">A button</button> - * <button class="button button--alert"> - * An alert button - * </button> + * <button class="button">A button</button> + * <button class="button button--alert"> + * An alert button + * </button> */ .button { /* ... */