Skip to content

Commit 7ded894

Browse files
authored
Merge pull request #263 from mchisolm0/main
fix typo
2 parents 8dc9649 + 410cf63 commit 7ded894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

challenges/data/02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function fetchStarshipsData() {
103103
}
104104
```
105105

106-
- [ ] Use the hook to **dislay a loading message**.
106+
- [ ] Use the hook to **display a loading message**.
107107
- [ ] Use the hook to **handle errors**.
108108
- [ ] Use the hook to replace `data.json` and **render data** with a `FlatList`.
109109

@@ -148,4 +148,4 @@ If you want to display some images on your `Card`, you can use this placeholder
148148
### Debugging
149149

150150
- [ ] Add [`expo-dev-tools`](https://docs.expo.dev/debugging/devtools-plugins/#expo-dev-tools-plugins) to your project
151-
- [ ] Add [`@dev-plugins/react-query`](https://docs.expo.dev/debugging/devtools-plugins/#react-query)
151+
- [ ] Add [`@dev-plugins/react-query`](https://docs.expo.dev/debugging/devtools-plugins/#react-query)

0 commit comments

Comments
 (0)