diff --git a/docs/components/range.md b/docs/components/range.md
index 1c7a2b1d1..575521aca 100644
--- a/docs/components/range.md
+++ b/docs/components/range.md
@@ -23,7 +23,7 @@ const App = () => ;
Use the `label` attribute to give the range an accessible label. For labels that contain HTML, use the `label` slot instead.
```html preview
-
+
```
```jsx react
@@ -42,7 +42,7 @@ Add descriptive help text to a range with the `help-text` attribute. For help te
help-text="Controls the volume of the current song."
min="0"
max="100"
->
+>
```
```jsx react