Skip to content

Commit

Permalink
Fix typo on Shallow Rendering type() example
Browse files Browse the repository at this point in the history
  • Loading branch information
filipewl committed Dec 6, 2015
1 parent f467edf commit e2a33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ShallowWrapper/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 = shallow(<div/>);
expect(wrapper.ype()).to.equal('div');
expect(wrapper.type()).to.equal('div');
```

```jsx
Expand Down

0 comments on commit e2a33da

Please sign in to comment.