Skip to content

Commit

Permalink
Fix typo in AvoidDefaultValueForMandatoryParameterError resource stri…
Browse files Browse the repository at this point in the history
…ng (#1233)

* Fix Typo

* update comment to keep text in sync
  • Loading branch information
ThomasNieto authored and bergmeister committed May 5, 2019
1 parent 41007f6 commit 7a3688e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rules/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Rules/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
<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>
</data>
<data name="AvoidDefaultValueForMandatoryParameterError" xml:space="preserve">
<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it unintialized.</value>
<value>Mandatory Parameter '{0}' is initialized in the Param block. To fix a violation of this rule, please leave it uninitialized.</value>
</data>
<data name="AvoidDefaultValueForMandatoryParameterName" xml:space="preserve">
<value>AvoidDefaultValueForMandatoryParameter</value>
Expand Down Expand Up @@ -1068,4 +1068,4 @@
<data name="UseCorrectCasingName" xml:space="preserve">
<value>UseCorrectCasing</value>
</data>
</root>
</root>

0 comments on commit 7a3688e

Please sign in to comment.