Skip to content

Commit

Permalink
Update Introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 3, 2015
1 parent d3f0bc5 commit dc1632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const Inbox = React.createClass({
<div>
<h2>Inbox</h2>
{/* Render the child route component */}
{this.props.children || "Welcome to your Inbox"}
{this.props.children}
</div>
)
}
Expand Down

0 comments on commit dc1632d

Please sign in to comment.