From 04234859cb4fce6a9002f6ff290021a46dd97c5e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 24 Aug 2020 10:02:45 -0400 Subject: [PATCH] Fix switch demo --- docs/components/switch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/switch.md b/docs/components/switch.md index 53db541b..6bc9dd0b 100644 --- a/docs/components/switch.md +++ b/docs/components/switch.md @@ -5,7 +5,7 @@ Switches allow the user to toggle an option on or off. ```html preview -Switch +Switch ``` ?> This component doesn't work with standard forms. Use [``](/components/form.md) instead.