diff --git a/docs/4.0/components/buttons.md b/docs/4.0/components/buttons.md index 60373be6c7..d37fbfcf82 100644 --- a/docs/4.0/components/buttons.md +++ b/docs/4.0/components/buttons.md @@ -90,8 +90,8 @@ Disabled buttons using the `` element behave a bit different: - Disabled buttons should include the `aria-disabled="true"` attribute to indicate the state of the element to assistive technologies. {% example html %} -Primary link -Link +Primary link +Link {% endexample %} {% callout warning %}