Skip to content

Commit fced7a7

Browse files
authored
fix: Fix typos (#1036)
1 parent b9fef6f commit fced7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/upgrading-from-5.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If you have your own custom navigator using `TabRouter` or `DrawerRouter`, it wi
300300

301301
### Stricter types for TypeScript
302302

303-
The type definitions are not stricter, which makes it easier to catch errors earlier by minimizing unsafe types. For example, `useNavigation` now shows a type error if you don't specify a type.
303+
The type definitions are now stricter, which makes it easier to catch errors earlier by minimizing unsafe types. For example, `useNavigation` now shows a type error if you don't specify a type.
304304
305305
You can handle this by [annotating it](typescript.md#annotating-usenavigation), or for an easier way, [specify a type for root navigator](typescript.md#specifying-default-types-for-usenavigation-link-ref-etc) which will be used for all usage of `useNavigation`.
306306

0 commit comments

Comments
 (0)