Skip to content

Commit f3ecd56

Browse files
Fixed a spelling mistake in a comment. (#18119)
1 parent 60016c4 commit f3ecd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/shared/DOMProperty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const capitalize = token => token[1].toUpperCase();
409409
// or boolean value assignment. Regular attributes that just accept strings
410410
// and have the same names are omitted, just like in the HTML whitelist.
411411
// Some of these attributes can be hard to find. This list was created by
412-
// scrapping the MDN documentation.
412+
// scraping the MDN documentation.
413413
[
414414
'accent-height',
415415
'alignment-baseline',

0 commit comments

Comments
 (0)