Skip to content

Commit

Permalink
[Docs] shallow: Update setProps.md: misleading "state" -> "props"
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey authored and ljharb committed Aug 9, 2017
1 parent a1d076d commit cb9accf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ShallowWrapper/setProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NOTE: can only be called on a wrapper instance that is also the root instance.

#### Arguments

1. `nextProps` (`Object`): An object containing new props to merge in with the current state
1. `nextProps` (`Object`): An object containing new props to merge in with the current props



Expand Down

0 comments on commit cb9accf

Please sign in to comment.