Skip to content

Commit 1cd6947

Browse files
committed
Fix wording
1 parent d0714af commit 1cd6947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ React Navigation can be configured to type-check screens and their params, as we
1111

1212
For React Navigation to work correctly with TypeScript, make sure you have the following configuration in your `tsconfig.json` under `compilerOptions`:
1313

14-
- `strict: true` or `strictNullChecks: true` - IntelliSense and type inference may not work correctly without strict mode.
15-
- `moduleResolution: "bundler"` - This is necessary to resolve the types correctly and match [Metro](https://metrobundler.dev/) and other bundler's behavior.
14+
- `strict: true` or `strictNullChecks: true` - Necessary for intelliSense and type inference to work correctly.
15+
- `moduleResolution: "bundler"` - Necessary to resolve the types correctly and match the behavior of [Metro](https://metrobundler.dev/) and other bundlers.
1616

1717
<Tabs groupId="config" queryString="config">
1818
<TabItem value="static" label="Static" default>

0 commit comments

Comments
 (0)