Skip to content

Commit e2fe842

Browse files
authored
Merge pull request #112 from kant/patch-2
Typo on #11 ?
2 parents 516b781 + 18d73d2 commit e2fe842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A navigator is any React component that has a [router](https://github.com/react-
88

99
## Extending Navigators
1010

11-
It is possible to take an existing Navigator and extend its behavior, using the following approach:=
11+
It is possible to take an existing Navigator and extend its behavior, using the following approach:
1212

1313
```js
1414
const MyStack = createStackNavigator({ ... });

0 commit comments

Comments
 (0)