Skip to content

Commit e19a68e

Browse files
authored
Merge pull request react-navigation#99 from credifiable/patch-1
Minor fix
2 parents 9b7f5d3 + a34b8bc commit e19a68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/navigating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class HomeScreen extends React.Component {
4545
```
4646
<a href="https://snack.expo.io/@react-navigation/our-first-navigate" target="blank" class="run-code-button">&rarr; Run this code</a>
4747

48-
Let's break down this down:
48+
Let's break this down:
4949

5050
* `this.props.navigation`: the `navigation` prop is passed in to every **screen component** ([definition](glossary-of-terms.html#screen-component)) in stack navigator (more about this later in ["The navigation prop in depth"](navigation-prop.html)).
5151
* `navigate('Details')`: we call the `navigate` function (on the `navigation` prop &mdash; naming is hard!) with the name of the route that we'd like to move the user to.

0 commit comments

Comments
 (0)