Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Aug 7, 2017
1 parent cda0057 commit 49d4c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/dom/shared/DOMProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var DOMPropertyInjection = {
if (DOMAttributeNames.hasOwnProperty(propName)) {
var attributeName = DOMAttributeNames[propName];

// Track as lowercase to prevent assignment for aliasesd attitibutes
// Track as lowercase to prevent assignment for aliased attributes
// like `http-equiv`. This covers cases like `hTTp-equiv`, which
// should not write `http-equiv` to the DOM.
DOMProperty.aliases[attributeName.toLowerCase()] = true;
Expand Down

0 comments on commit 49d4c5a

Please sign in to comment.