From d85a4eae1630e9357fb098636690991786ffd5d1 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 15 Feb 2016 23:58:50 +0100 Subject: [PATCH] Fixed typo. --- src/Perspex.Controls/Primitives/TemplatedControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Perspex.Controls/Primitives/TemplatedControl.cs b/src/Perspex.Controls/Primitives/TemplatedControl.cs index c688d667b5..7bf2edfbe7 100644 --- a/src/Perspex.Controls/Primitives/TemplatedControl.cs +++ b/src/Perspex.Controls/Primitives/TemplatedControl.cs @@ -186,7 +186,7 @@ namespace Perspex.Controls.Primitives /// /// Gets or sets the font weight used to draw the control's text. /// - public FontWeight FontWeihght + public FontWeight FontWeight { get { return GetValue(FontWeightProperty); } set { SetValue(FontWeightProperty, value); }