Skip to content

Commit

Permalink
[Docs] html: shallow renders full tree
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz authored and ljharb committed Nov 21, 2018
1 parent c412a21 commit 11d7015
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api/ShallowWrapper/html.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `.html() => String`

Returns a string of the rendered HTML markup of the current render tree.
Returns a string of the rendered HTML markup of the entire current render tree (not just the shallow-rendered part). It uses [static rendering](../render.md) internally. To see only the shallow-rendered part use [`.debug()`](debug.md).

Note: can only be called on a wrapper of a single node.

Expand All @@ -10,7 +10,6 @@ Note: can only be called on a wrapper of a single node.
`String`: The resulting HTML string



#### Examples

```jsx
Expand Down

0 comments on commit 11d7015

Please sign in to comment.