From f9665d5a10f6648623f351b182e80b42a533e1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Markb=C3=A5ge?= Date: Tue, 4 Apr 2023 17:02:55 -0400 Subject: [PATCH] Fix typo Co-authored-by: Sophie Alpert --- packages/react-dom-bindings/src/shared/getAttributeAlias.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dom-bindings/src/shared/getAttributeAlias.js b/packages/react-dom-bindings/src/shared/getAttributeAlias.js index 879c20a69453a..2ed432f20275b 100644 --- a/packages/react-dom-bindings/src/shared/getAttributeAlias.js +++ b/packages/react-dom-bindings/src/shared/getAttributeAlias.js @@ -11,7 +11,7 @@ const aliases = new Map([ ['acceptCharset', 'accept-charset'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv'], - // HTML and SVG attributes, but the SVG attribute is sensitive.], + // HTML and SVG attributes, but the SVG attribute is case sensitive.], ['crossOrigin', 'crossorigin'], // This is a list of all SVG attributes that need special casing. // Regular attributes that just accept strings.],