Skip to content

Commit

Permalink
typo on type.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed Jan 14, 2016
1 parent 0910d00 commit ae95fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note: can only be called on a wrapper of a single node.

```jsx
const wrapper = mount(<div/>);
expect(wrapper.ype()).to.equal('div');
expect(wrapper.type()).to.equal('div');
```

```jsx
Expand Down

0 comments on commit ae95fd7

Please sign in to comment.