Skip to content

Commit

Permalink
Add callback arg to setProps header in mount.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott authored Nov 14, 2017
1 parent d82cb47 commit 8176667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Simulates an event on the current node.
#### [`.setState(nextState) => ReactWrapper`](ReactWrapper/setState.md)
Manually sets state of the root component.

#### [`.setProps(nextProps) => ReactWrapper`](ReactWrapper/setProps.md)
#### [`.setProps(nextProps[, callback]) => ReactWrapper`](ReactWrapper/setProps.md)
Manually sets props of the root component.

#### [`.setContext(context) => ReactWrapper`](ReactWrapper/setContext.md)
Expand Down

0 comments on commit 8176667

Please sign in to comment.