From 4a459b2d4251d1a90905f0e7e9a82000afba44f5 Mon Sep 17 00:00:00 2001
From: Thomas Nieto <38873752+tnieto88@users.noreply.github.com>
Date: Fri, 3 May 2019 15:05:16 -0500
Subject: [PATCH 1/2] Fix Typo
---
Rules/Strings.resx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
+
From f0008b8134a9718fef4e53b703a7796d976377fa Mon Sep 17 00:00:00 2001
From: Christoph Bergmeister
Date: Sun, 5 May 2019 10:30:04 +0100
Subject: [PATCH 2/2] update comment to keep text in sync
---
Rules/Strings.Designer.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {