Skip to content

Commit 885b7b2

Browse files
committed
fixed typo
followup to cce073c
1 parent cce073c commit 885b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<li>Validation methods with parameters can be specified as attributes (recommended)</li>
1515
<li>Validation methods without parameters can be specified as classes on the element</li>
1616
<li>Both can be specified using the rules-option of the validate()-method</li>
17-
<li>Both rules and messages can be specified using data attributes, using <code>data-msg</code> (a generic, not-method specifi message), <code>data-msg-[method]</code> and <code>data-rule-[method]</code>.</li>
17+
<li>Both rules and messages can be specified using data attributes, using <code>data-msg</code> (a generic, not-method specific message), <code>data-msg-[method]</code> and <code>data-rule-[method]</code>.</li>
1818
</ul>
1919
<p>When setting, the rules can also contain a messages-object, specifying custom messages for existing or added rules.</p>
2020
</longdesc>

0 commit comments

Comments
 (0)