Skip to content

Commit e4dd164

Browse files
authored
Merge pull request react-navigation#73 from lustigdev/patch-1
Remove errant 'a'
2 parents 4d47741 + 503f126 commit e4dd164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Passing parameters to routes
44
sidebar_label: Passing parameters to routes
55
---
66

7-
Now that we know how to [create a StackNavigator with a some routes](hello-react-navigation.html) and [navigate between those routes](navigating.html), let's look at how we can pass data to routes when we navigate to them.
7+
Now that we know how to [create a StackNavigator with some routes](hello-react-navigation.html) and [navigate between those routes](navigating.html), let's look at how we can pass data to routes when we navigate to them.
88

99
There are two pieces to this:
1010

0 commit comments

Comments
 (0)