Skip to content

Commit a9e6182

Browse files
Fix casing of common name
Co-authored-by: Andy Jordan <[email protected]>
1 parent 4510ff4 commit a9e6182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@
12251225
<value>AvoidUsingAllowUnencryptedAuthentication</value>
12261226
</data>
12271227
<data name="AvoidReservedWordsAsFunctionNamesCommonName" xml:space="preserve">
1228-
<value>Avoid Reserved Words as function names</value>
1228+
<value>Avoid reserved words as function names</value>
12291229
</data>
12301230
<data name="AvoidReservedWordsAsFunctionNamesDescription" xml:space="preserve">
12311231
<value>Avoid using reserved words as function names. Using reserved words as function names can cause errors or unexpected behavior in scripts.</value>

0 commit comments

Comments
 (0)