diff --git a/docs/_layouts/palette.njk b/docs/_layouts/palette.njk
index 08b7fffe4..06e9b4a9c 100644
--- a/docs/_layouts/palette.njk
+++ b/docs/_layouts/palette.njk
@@ -68,7 +68,7 @@
This palette has been tweaked.
-
+
diff --git a/docs/_layouts/theme.njk b/docs/_layouts/theme.njk
index 5efda7907..5ac6bad97 100644
--- a/docs/_layouts/theme.njk
+++ b/docs/_layouts/theme.njk
@@ -28,7 +28,7 @@ if (location.pathname.endsWith('/custom/') && !location.search) {
Customize this theme by changing its colors and/or remixing it with design elements from other themes!
-
+
@@ -42,7 +42,7 @@ if (location.pathname.endsWith('/custom/') && !location.search) {
theme.brand = value" label="Brand color"
:values="hues">
-
+
@@ -55,7 +55,7 @@ if (location.pathname.endsWith('/custom/') && !location.search) {
-
+
diff --git a/docs/docs/components/cheatsheet/index.njk b/docs/docs/components/cheatsheet/index.njk
index f86dd5ddd..e7dde94c1 100644
--- a/docs/docs/components/cheatsheet/index.njk
+++ b/docs/docs/components/cheatsheet/index.njk
@@ -17,7 +17,7 @@ table code {
diff --git a/docs/docs/components/color-picker.md b/docs/docs/components/color-picker.md
index 2bce6504d..bc6ac7699 100644
--- a/docs/docs/components/color-picker.md
+++ b/docs/docs/components/color-picker.md
@@ -36,7 +36,7 @@ Use the `opacity` attribute to enable the opacity slider. When this is enabled,
Set the color picker's format with the `format` attribute. Valid options include `hex`, `rgb`, `hsl`, and `hsv`. Note that the color picker's input will accept any parsable format (including CSS color names) regardless of this option.
-To prevent users from toggling the format themselves, add the `no-format-toggle` attribute.
+To prevent users from toggling the format themselves, add the `without-format-toggle` attribute.
```html {.example}