Skip to content

Commit 410cf63

Browse files
authored
fix typo
1 parent 8dc9649 commit 410cf63

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)