diff --git a/site/content/docs/5.0/content/reboot.md b/site/content/docs/5.0/content/reboot.md
index 9f459e7bb276bd2148ad4fe29b9846864be4e8dc..5ba7cf087a2d1311d6c910f83bde1b8cfca5752d 100644
--- a/site/content/docs/5.0/content/reboot.md
+++ b/site/content/docs/5.0/content/reboot.md
@@ -372,12 +372,11 @@ These changes, and more, are demonstrated below.
 
 ### Pointers on buttons
 
-Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `<button>` elements, which gets its own `cursor` change.
+Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `<button>` elements, which get their own `cursor` change.
 
-{% capture example %}
-<span role="button">Non-button element button</span>
-{% endcapture %}
-{% include example.html content=example %}
+{{< example >}}
+<span role="button" tabindex="0">Non-button element button</span>
+{{< /example >}}
 
 ## Misc elements