Skip to content

Commit 3509525

Browse files
author
Antoine RICHARD
committed
fix: typo in README
1 parent 9a04b8a commit 3509525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

steps/04-list-and-fetch-solution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm run 04-list-and-fetch
1515
- remove the line `import { people } from '../../api/db.json';`
1616
- use `fetch('/api/people')` to grab people instead
1717

18-
2. Display nothing will the list is not loaded
18+
2. Display nothing while the list is not loaded
1919

2020
3. Show all people as list
2121

steps/04-list-and-fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm run 04-list-and-fetch
1515
- remove the line `import { people } from '../../api/db.json';`
1616
- use `fetch('/api/people')` to grab people instead
1717

18-
2. Display nothing will the list is not loaded
18+
2. Display nothing while the list is not loaded
1919

2020
3. Show all people as list
2121

0 commit comments

Comments
 (0)