From 0aca600063b2099bc9703fe8bf11e1e87d2504d0 Mon Sep 17 00:00:00 2001 From: Greg Leaver Date: Mon, 3 Oct 2022 16:15:04 -0400 Subject: [PATCH] Fix `` docs to have correct closing tag in examples. (#928) A couple of the examples had `` instead of `` --- docs/components/range.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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