Skip to content

Commit

Permalink
docs(Introduction): fix typo (#1684)
Browse files Browse the repository at this point in the history
Correct a misspelled word
  • Loading branch information
gitname authored and levithomason committed May 18, 2017
1 parent afa1a21 commit ec91534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Views/Introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const Introduction = () => (
<Header as='h2' dividing>Augmentation</Header>
<p>
Control the rendered HTML tag, or render one component <code>as</code> another component.
Extra props are passed to the component you are rending <code>as</code>.
Extra props are passed to the component you are rendering <code>as</code>.
</p>

<p>
Expand Down

0 comments on commit ec91534

Please sign in to comment.