From 0a3656efc5e4f0e40f4c04909577aa98136d2d25 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 3 Oct 2022 16:19:22 -0400 Subject: [PATCH] prettier --- docs/components/range.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/components/range.md b/docs/components/range.md index 575521ac..ad106f3c 100644 --- a/docs/components/range.md +++ b/docs/components/range.md @@ -37,12 +37,7 @@ const App = () => ; Add descriptive help text to a range with the `help-text` attribute. For help texts that contain HTML, use the `help-text` slot instead. ```html preview - + ``` ```jsx react