Skip to content

Commit b71a65b

Browse files
committed
Fix typo in title
1 parent c4a40e5 commit b71a65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ In the above test, we:
450450
- Run all timers using `jest.runAllTimers()` to skip animations (e.g. navigation animation between screens).
451451
- Assert that the `Surprise!` text is visible after the transition to the Surprise screen is complete.
452452

453-
### Fetching data `useFocusEffect`
453+
### Fetching data with `useFocusEffect`
454454

455455
In this example, we have a bottom tab navigator with two tabs: Home and Pokemon. We will write a test that asserts the data fetching logic on focus in the Pokemon screen.
456456

0 commit comments

Comments
 (0)