From 0d6e80f97f0c42fd7a84ebc4523d1548712ece18 Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Fri, 9 Aug 2024 12:01:45 +0100 Subject: [PATCH] chore: Fix typos --- src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml b/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml index d5fc0938d..7ac1c84bb 100644 --- a/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml +++ b/src/library/Uno.Material/Styles/Controls/v2/TextBox.xaml @@ -16,11 +16,11 @@ - Without Header/Placeholder: Simple TextBox - - With placeholder but no header: The placeholder will be displayed where the text is supposed to be until text is inputed + - With placeholder but no header: The placeholder will be displayed where the text is supposed to be until the text is inputted - - With header but no placeholder: The header will be displayed where the text is supposed to be and will move up when text is inputed + - With header but no placeholder: The header will be displayed where the text is supposed to be and will move up when text is inputted - - Whith header and placeholder: The header will be displayed at the top and the placeholder will be displayed where the text is supposed to be until text is inputed + - With header and placeholder: The header will be displayed at the top, and the placeholder will be displayed where the text is supposed to be until the text is inputted -->