From 1cf0b4e58e9c6375d2ac9f82f87103dfbe64005d Mon Sep 17 00:00:00 2001 From: Eric Maupin Date: Tue, 14 Aug 2018 14:53:00 -0400 Subject: Typos --- Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Xamarin.PropertyEditing.Tests') diff --git a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs index f62b7d6..d46747d 100644 --- a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs +++ b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs @@ -238,7 +238,7 @@ namespace Xamarin.PropertyEditing.Tests } [Test] - [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")] + [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")] public void ValueDescriptorEmptyNotNullConstrained () { var property = GetPropertyMock (); @@ -265,7 +265,7 @@ namespace Xamarin.PropertyEditing.Tests None = 0, First = 1, Second = 2, - Eigth = 8 + Eighth = 8 } [TestFixture] @@ -320,7 +320,7 @@ namespace Xamarin.PropertyEditing.Tests } [Test] - [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")] + [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")] public void ValueDescriptorEmptyNotNullUnconstrained () { var property = GetPropertyMock (); -- cgit v1.2.3