Skip to content

Commit

Permalink
fix typo descendents to descendants (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Shehane authored and bahmutov committed Sep 13, 2017
1 parent 51b4b4f commit 8922f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/references/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You will commonly use these chainers after using DOM commands like: {% url `cy.g
| exist | `expect($('#nonexistent')).not.to.exist` |
| match( *selector* ) | `expect($('#empty')).to.match(':empty')` |
| contain( *text* ) | `expect($('#content')).to.contain('text')` |
| descendents( *selector* ) | `expect($('#content')).to.have.descendants('div')` |
| descendants( *selector* ) | `expect($('#content')).to.have.descendants('div')` |

# Sinon-Chai

Expand Down

0 comments on commit 8922f8a

Please sign in to comment.