Skip to content

Commit

Permalink
Merge pull request remix-run#232 from mlusetti/master
Browse files Browse the repository at this point in the history
fix typo in docs about dymanic segments params
  • Loading branch information
ryanflorence committed Aug 26, 2014
2 parents 2e1e1cf + 1b4333e commit 0ae7c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ var Message = React.createClass({
});
```

Assuming the user navigates to `/inbox/123`, `this.props.messageId` is
Assuming the user navigates to `/inbox/123`, `this.props.params.messageId` is
going to be `'123'`. Check out the [AsyncState][AsyncState] mixin to see
how you can turn this parameter into state on your component. Or for a
more basic approach, make an ajax call in `componentDidMount` with the
Expand Down

0 comments on commit 0ae7c09

Please sign in to comment.