Skip to content

Commit

Permalink
[Docs] Fix sort order of Full DOM rendering methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurlburtusa authored and ljharb committed Nov 26, 2017
1 parent a316422 commit c35b4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
* [update()](/docs/api/ShallowWrapper/update.md)
* [Full DOM Rendering](/docs/api/mount.md)
* [at(index)](/docs/api/ReactWrapper/at.md)
* [childAt()](/docs/api/ReactWrapper/childAt.md)
* [children()](/docs/api/ReactWrapper/children.md)
* [contains(nodeOrNodes)](/docs/api/ReactWrapper/contains.md)
* [containsAllMatchingElements(nodes)](/docs/api/ReactWrapper/containsAllMatchingElements.md)
* [containsAnyMatchingElements(nodes)](/docs/api/ReactWrapper/containsAnyMatchingElements.md)
* [containsMatchingElement(node)](/docs/api/ReactWrapper/containsMatchingElement.md)
* [childAt()](/docs/api/ReactWrapper/childAt.md)
* [children()](/docs/api/ReactWrapper/children.md)
* [closest(selector)](/docs/api/ReactWrapper/closest.md)
* [context([key])](/docs/api/ReactWrapper/context.md)
* [debug()](/docs/api/ReactWrapper/debug.md)
Expand Down

0 comments on commit c35b4a3

Please sign in to comment.