Skip to content

Commit 7cdcd9a

Browse files
committed
Fix wording
1 parent d0714af commit 7cdcd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: versioned_docs/version-7.x/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React Navigation can be configured to type-check screens and their params, as we
1212
For React Navigation to work correctly with TypeScript, make sure you have the following configuration in your `tsconfig.json` under `compilerOptions`:
1313

1414
- `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.
15+
- `moduleResolution: "bundler"` - This is 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)