Skip to content

Commit b9d1d0d

Browse files
authored
improve wording in router docs (react-navigation#2894)
1 parent 7adad61 commit b9d1d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/routers/Routers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Routers define a component's navigation state, and they allow the developer to d
1313

1414
## Using Routers
1515

16-
To make a navigator manually, put a static `router` on a component. (To quickly make a navigator with a built-in component, it may be easier to use a [Navigator Factory](/docs/navigators) instead)
16+
To make a navigator manually, put a static `router` on a component. (To quickly make a navigator with a built-in component, it may be easier to use a [built-in navigator](/docs/navigators) instead)
1717

1818
```js
1919
class MyNavigator extends React.Component {

0 commit comments

Comments
 (0)