Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thatneat authored May 17, 2017
1 parent 9c3c80a commit 7d276c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class App extends Component {
</div>
<div className={classes.usage}>
<h4 className={classes.mainTitle}>Usage</h4>
<p>You should provide your objects and object types. The objects might be empty array if you want yo create a
<p>You should provide your objects and object types. The objects might be empty array if you want to create a
blank canvas.</p>
<pre className={classes.code}>{`
import Designer, {Text, Rect} from 'react-designer';
Expand Down

0 comments on commit 7d276c6

Please sign in to comment.