Skip to content

Commit

Permalink
fixes typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondubin committed Jul 13, 2016
1 parent a064c47 commit f5762e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/matchesElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ render tree.


```jsx
onst MyComponent = React.createClass({
const MyComponent = React.createClass({
handleClick() {
...
},
Expand Down
2 changes: 1 addition & 1 deletion docs/api/ShallowWrapper/matchesElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ render tree.


```jsx
onst MyComponent = React.createClass({
const MyComponent = React.createClass({
handleClick() {
...
},
Expand Down

0 comments on commit f5762e4

Please sign in to comment.