Fixed a spelling mistake in a comment. (#18119)

This commit is contained in:
Steve Harrison
2020-02-25 21:01:08 -08:00
committed by GitHub
parent 60016c448b
commit f3ecd56bea
+1 -1
View File
@@ -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',