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
+