From 80ba3dfac7c8da10c98f45ed46156f7c165dc994 Mon Sep 17 00:00:00 2001 From: jeff martinez <5183787+jeffbmartinez@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:10:32 -0700 Subject: [PATCH] Fix typo/grammar in screen-options docs --- versioned_docs/version-6.x/screen-options.md | 2 +- versioned_docs/version-7.x/screen-options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-6.x/screen-options.md b/versioned_docs/version-6.x/screen-options.md index 5fe11c40c4f..18be235b402 100644 --- a/versioned_docs/version-6.x/screen-options.md +++ b/versioned_docs/version-6.x/screen-options.md @@ -89,7 +89,7 @@ Similar to `options`, you can also pass a function to `screenOptions`. The funct ### `screenOptions` prop on the navigator -You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to add specify options that you want to configure for the whole navigator. +You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to add specific options that you want to configure for the whole navigator. Example: diff --git a/versioned_docs/version-7.x/screen-options.md b/versioned_docs/version-7.x/screen-options.md index 0a76fe23409..6c96ce8bc9a 100644 --- a/versioned_docs/version-7.x/screen-options.md +++ b/versioned_docs/version-7.x/screen-options.md @@ -357,7 +357,7 @@ const Stack = createNativeStackNavigator({ ### `screenOptions` prop on the navigator -You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to add specify options that you want to configure for the whole navigator. +You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to add specific options that you want to configure for the whole navigator. Example: