Skip to content

Commit 35fb2b0

Browse files
Fix typo createNavigatorX -> createXNavigator
1 parent 291fd38 commit 35fb2b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

versioned_docs/version-5.x/screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Screen
66

77
`Screen` components are used to configure various aspects of screens inside a navigator.
88

9-
A `Screen` is returned from a `createNavigatorX` function:
9+
A `Screen` is returned from a `createXNavigator` function:
1010

1111
```js
1212
const Stack = createStackNavigator(); // Stack contains Screen & Navigator properties

versioned_docs/version-6.x/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Group
66

77
`Group` components are used to group several [screens](screen.md) inside a navigator.
88

9-
A `Group` is returned from a `createNavigatorX` function:
9+
A `Group` is returned from a `createXNavigator` function:
1010

1111
```js
1212
const Stack = createStackNavigator(); // Stack contains Screen & Navigator properties

versioned_docs/version-7.x/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Group
66

77
`Group` components are used to group several [screens](screen.md) inside a navigator.
88

9-
A `Group` is returned from a `createNavigatorX` function:
9+
A `Group` is returned from a `createXNavigator` function:
1010

1111
```js
1212
const Stack = createStackNavigator(); // Stack contains Screen & Navigator properties

0 commit comments

Comments
 (0)