From b4713f9bc60a855233560fc39495aa0e5213b124 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 20 Mar 2022 09:18:32 -0400 Subject: [PATCH] fix typo --- docs/components/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/input.md b/docs/components/input.md index 6e5e3126..adf94ead 100644 --- a/docs/components/input.md +++ b/docs/components/input.md @@ -264,7 +264,7 @@ const App = () => ( ### Customizing Label Position -Use parts to to customize the label's position. +Use parts to customize the label's position. ```html preview