Commit f97b976
authored
Fix typo in “Hello React Navigation > Creating a stack navigator” section
```diff
- `createAppContainer` is a function that retuns a React component to take as a parameter
+ `createAppContainer` is a function that returns a React component to take as a parameter
```
URL: https://reactnavigation.org/docs/en/hello-react-navigation.html#creating-a-stack-navigator1 parent a45d119 commit f97b976
File tree
1 file changed
+1
-1
lines changed- website/versioned_docs/version-4.x
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments