Skip to content

Commit e210771

Browse files
committed
Minor tweak
1 parent 2b97cde commit e210771

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

versioned_docs/version-6.x/drawer-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, you need to install and configure the libraries that are required by the d
5555
import './gesture-handler';
5656
```
5757

58-
Since the drawer layout doesn't use `react-native-gesture-handler` on the web, this avoids unnecessarily increasing the bundle size.
58+
Since the drawer layout doesn't use `react-native-gesture-handler` on Web, this avoids unnecessarily increasing the bundle size.
5959

6060
:::warning
6161

versioned_docs/version-6.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, you need to install and configure the libraries that are required by the d
5555
import './gesture-handler';
5656
```
5757

58-
Since the drawer navigator doesn't use `react-native-gesture-handler` on the web, this avoids unnecessarily increasing the bundle size.
58+
Since the drawer navigator doesn't use `react-native-gesture-handler` on Web, this avoids unnecessarily increasing the bundle size.
5959

6060
:::warning
6161

versioned_docs/version-6.x/stack-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, you need to install and configure the libraries that are required by the s
5555
import './gesture-handler';
5656
```
5757

58-
Since the stack navigator doesn't use `react-native-gesture-handler` on the web, this avoids unnecessarily increasing the bundle size.
58+
Since the stack navigator doesn't use `react-native-gesture-handler` on Web, this avoids unnecessarily increasing the bundle size.
5959

6060
:::warning
6161

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, you need to install and configure the libraries that are required by the d
5555
import './gesture-handler';
5656
```
5757

58-
Since the drawer navigator doesn't use `react-native-gesture-handler` on the web, this avoids unnecessarily increasing the bundle size.
58+
Since the drawer navigator doesn't use `react-native-gesture-handler` on Web, this avoids unnecessarily increasing the bundle size.
5959

6060
:::warning
6161

versioned_docs/version-7.x/stack-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then, you need to install and configure the libraries that are required by the s
5959
import './gesture-handler';
6060
```
6161

62-
Since the stack navigator doesn't use `react-native-gesture-handler` on the web, this avoids unnecessarily increasing the bundle size.
62+
Since the stack navigator doesn't use `react-native-gesture-handler` on Web, this avoids unnecessarily increasing the bundle size.
6363

6464
:::warning
6565

0 commit comments

Comments
 (0)