From 7a3688e93047be41c6b9a953eecf0d9297938926 Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+tnieto88@users.noreply.github.com> Date: Sun, 5 May 2019 02:43:30 -0700 Subject: [PATCH] Fix typo in AvoidDefaultValueForMandatoryParameterError resource string (#1233) * Fix Typo * update comment to keep text in sync --- Rules/Strings.Designer.cs | 2 +- Rules/Strings.resx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rules/Strings.Designer.cs b/Rules/Strings.Designer.cs index c33d6a435..8c4f6fc5f 100644 --- a/Rules/Strings.Designer.cs +++ b/Rules/Strings.Designer.cs @@ -205,7 +205,7 @@ internal static string AvoidDefaultValueForMandatoryParameterDescription { } /// - /// Looks up a localized string similar to Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it unintialized.. + /// Looks up a localized string similar to Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it uninitialized.. /// internal static string AvoidDefaultValueForMandatoryParameterError { get { diff --git a/Rules/Strings.resx b/Rules/Strings.resx index 8d7307b9b..4f6a29df3 100644 --- a/Rules/Strings.resx +++ b/Rules/Strings.resx @@ -682,7 +682,7 @@ Mandatory parameter should not be initialized with a default value in the param block because this value will be ignored.. To fix a violation of this rule, please avoid initializing a value for the mandatory parameter in the param block. - Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it unintialized. + Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it uninitialized. AvoidDefaultValueForMandatoryParameter @@ -1068,4 +1068,4 @@ UseCorrectCasing - \ No newline at end of file +