Skip to content

Commit a2b0d29

Browse files
authored
typos (#24)
1 parent 03cab82 commit a2b0d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/README.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ built with React:
6464
- Browser updates UI components
6565
- Browser requests data
6666
- Server generates data response
67-
- Browser sends JSON
67+
- Server sends JSON
6868
- Browser updates UI with JSON data
6969

7070
- User triggers state change (i.e., route change)
7171

7272
- Browser renders pending UI
7373
- Browser requests new data
7474
- Server generates data response
75-
- Browser sends JSON
75+
- Server sends JSON
7676
- Browser updates UI with JSON data
7777

7878
- User triggers action (i.e., form submission)
7979
- Browser renders pending UI
8080
- Browser makes POST request
8181
- Server performs action with POST body
82-
- Browser sends JSON
82+
- Server sends JSON
8383
- Browser updates UI with JSON data
8484

8585
</details>

0 commit comments

Comments
 (0)