Skip to content

Commit 47ea6a6

Browse files
authored
fix(typo): than -> that (#1044)
1 parent 47998f7 commit 47ea6a6

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
@@ -173,7 +173,7 @@ A common scenario where you should use `merge: true` is if you have a custom tab
173173

174174
### Dropped `dangerously` from `dangerouslyGetParent` and `dangerouslyGetState`
175175

176-
The `dangerouslyGetParent` and `dangerouslyGetState` methods on the `navigation` prop are useful in many scenarios, and sometimes necessary. So we dropped the `dangerously` prefix to make it clear than it's safe to use. Now you can use [`navigation.getParent()`](navigation-prop.md#getparent) and [`navigation.getState()`](navigation-prop.md#getstate).
176+
The `dangerouslyGetParent` and `dangerouslyGetState` methods on the `navigation` prop are useful in many scenarios, and sometimes necessary. So we dropped the `dangerously` prefix to make it clear that it's safe to use. Now you can use [`navigation.getParent()`](navigation-prop.md#getparent) and [`navigation.getState()`](navigation-prop.md#getstate).
177177

178178
### No more `state` property on the `route` prop
179179

0 commit comments

Comments
 (0)