Skip to content

Commit acf41ac

Browse files
Update Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/TextToolbar.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent 4f3bbd1 commit acf41ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/TextToolbar.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected override void OnApplyTemplate()
4545
{
4646
if (Formatter == null)
4747
{
48-
throw new InvalidOperationException("No formatter specificed.");
48+
throw new InvalidOperationException("No formatter specified.");
4949
}
5050
else
5151
{
@@ -55,4 +55,4 @@ protected override void OnApplyTemplate()
5555
base.OnApplyTemplate();
5656
}
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)