Skip to content

Commit f9665d5

Browse files
Fix typo
Co-authored-by: Sophie Alpert <git@sophiebits.com>
1 parent 9afe183 commit f9665d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom-bindings/src/shared/getAttributeAlias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const aliases = new Map([
1111
['acceptCharset', 'accept-charset'],
1212
['htmlFor', 'for'],
1313
['httpEquiv', 'http-equiv'],
14-
// HTML and SVG attributes, but the SVG attribute is sensitive.],
14+
// HTML and SVG attributes, but the SVG attribute is case sensitive.],
1515
['crossOrigin', 'crossorigin'],
1616
// This is a list of all SVG attributes that need special casing.
1717
// Regular attributes that just accept strings.],

0 commit comments

Comments
 (0)