Skip to content

Commit

Permalink
Fixed a spelling mistake in a comment. (#18119)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveharrison authored Feb 26, 2020
1 parent 60016c4 commit f3ecd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/shared/DOMProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ const capitalize = token => token[1].toUpperCase();
// or boolean value assignment. Regular attributes that just accept strings
// and have the same names are omitted, just like in the HTML whitelist.
// Some of these attributes can be hard to find. This list was created by
// scrapping the MDN documentation.
// scraping the MDN documentation.
[
'accent-height',
'alignment-baseline',
Expand Down

0 comments on commit f3ecd56

Please sign in to comment.