Skip to content

Commit

Permalink
Fix return type of .ref(refName) on documentation title
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbernardes committed Dec 20, 2015
1 parent 65931b4 commit f86bd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/ref.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `.ref(refName) => Any`
# `.ref(refName) => ReactWrapper`

Returns a wrapper of the node that matches the provided reference name.

Expand Down

0 comments on commit f86bd11

Please sign in to comment.