We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60016c4 commit f3ecd56Copy full SHA for f3ecd56
packages/react-dom/src/shared/DOMProperty.js
@@ -409,7 +409,7 @@ const capitalize = token => token[1].toUpperCase();
409
// or boolean value assignment. Regular attributes that just accept strings
410
// and have the same names are omitted, just like in the HTML whitelist.
411
// Some of these attributes can be hard to find. This list was created by
412
-// scrapping the MDN documentation.
+// scraping the MDN documentation.
413
[
414
'accent-height',
415
'alignment-baseline',
0 commit comments