mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed a spelling mistake in a comment. (#18119)
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user