Skip to content

Commit b86cd55

Browse files
authored
Fix typo in style.js
Relavant → Relevant
1 parent 41e10e6 commit b86cd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsdom/level2/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.addToCore = core => {
2929
core.CSSImportRule = cssom.CSSImportRule;
3030
core.CSSStyleDeclaration = cssstyle.CSSStyleDeclaration;
3131

32-
// Relavant specs
32+
// Relevant specs
3333
// http://www.w3.org/TR/DOM-Level-2-Style (2000)
3434
// http://www.w3.org/TR/cssom-view/ (2008)
3535
// http://dev.w3.org/csswg/cssom/ (2010) Meant to replace DOM Level 2 Style

0 commit comments

Comments
 (0)