We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a04b8a commit 3509525Copy full SHA for 3509525
steps/04-list-and-fetch-solution/README.md
@@ -15,7 +15,7 @@ npm run 04-list-and-fetch
15
- remove the line `import { people } from '../../api/db.json';`
16
- use `fetch('/api/people')` to grab people instead
17
18
-2. Display nothing will the list is not loaded
+2. Display nothing while the list is not loaded
19
20
3. Show all people as list
21
steps/04-list-and-fetch/README.md
0 commit comments