Skip to content

Commit 204154e

Browse files
committed
Minor grammar fix for the note on change events.
1 parent 928b896 commit 204154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This widget requires some functional CSS, otherwise it won't work. If you build a custom theme, use the widget's specific CSS file as a starting point.
66
</xsl:when>
77
<xsl:when test="@id = 'native-change-warning'">
8-
This widget manipulates its element's value programmatically, therefore a native change may not be fired when the element's value changes.
8+
This widget manipulates its element's value programmatically, therefore a native change event may not be fired when the element's value changes.
99
</xsl:when>
1010
</xsl:choose>
1111
</xsl:template>

0 commit comments

Comments
 (0)