Skip to content

Commit

Permalink
chore: spelling: adhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2018
1 parent 25010c9 commit b4344c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -10448,7 +10448,7 @@ module.exports = function typeDetect(obj) {
/* ! Spec Conformance
* (https://html.spec.whatwg.org/#document)
* WhatWG HTML$3.1.1 - The `Document` object
* Note: Most browsers currently adher to the W3C DOM Level 2 spec
* Note: Most browsers currently adhere to the W3C DOM Level 2 spec
* (https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-26809268)
* which suggests that browsers should use HTMLTableCellElement for
* both TD and TH elements. WhatWG separates these.
Expand Down Expand Up @@ -10501,7 +10501,7 @@ module.exports = function typeDetect(obj) {
/* ! Spec Conformance
* (https://html.spec.whatwg.org/#htmltabledatacellelement)
* WhatWG HTML$4.9.9 - The `td` element - Interface `HTMLTableDataCellElement`
* Note: Most browsers currently adher to the W3C DOM Level 2 spec
* Note: Most browsers currently adhere to the W3C DOM Level 2 spec
* (https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-82915075)
* which suggests that browsers should use HTMLTableCellElement for
* both TD and TH elements. WhatWG separates these.
Expand All @@ -10517,7 +10517,7 @@ module.exports = function typeDetect(obj) {
/* ! Spec Conformance
* (https://html.spec.whatwg.org/#htmltableheadercellelement)
* WhatWG HTML$4.9.9 - The `td` element - Interface `HTMLTableHeaderCellElement`
* Note: Most browsers currently adher to the W3C DOM Level 2 spec
* Note: Most browsers currently adhere to the W3C DOM Level 2 spec
* (https://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-82915075)
* which suggests that browsers should use HTMLTableCellElement for
* both TD and TH elements. WhatWG separates these.
Expand Down

0 comments on commit b4344c3

Please sign in to comment.