Fix typo in AvoidDefaultValueForMandatoryParameterError resource stri… · PowerShell/PSScriptAnalyzer@7a3688e

Original file line numberDiff line numberDiff line change

@@ -682,7 +682,7 @@

682682

<value>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.</value>

683683

</data>

684684

<data name="AvoidDefaultValueForMandatoryParameterError" xml:space="preserve">

685-

<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it unintialized.</value>

685+

<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it uninitialized.</value>

686686

</data>

687687

<data name="AvoidDefaultValueForMandatoryParameterName" xml:space="preserve">

688688

<value>AvoidDefaultValueForMandatoryParameter</value>

@@ -1068,4 +1068,4 @@

10681068

<data name="UseCorrectCasingName" xml:space="preserve">

10691069

<value>UseCorrectCasing</value>

10701070

</data>

1071-

</root>

1071+

</root>