File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sites/en/javascript-to-do-list-with-react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ the server responds. This abstract process is repeated over and over again:
171171
1721721. Listen for a user action on the page.
1731732. Parse out the information the user is submitting.
174- 3. Prevent the default action from occuring , if necessary.
174+ 3. Prevent the default action from occurring , if necessary.
1751754. Make a request to the server using AJAX.
1761765. When the request succeeds, parse the data the server sends back.
1771776. Update the page with the newly received data.
Original file line number Diff line number Diff line change 2222steps do
2323 step do
2424 message "Let's add a click listener to our Item component's complete button. Find the line of code
25- that creating ths completion button, and add an onClick attribute to make React listen for your users'
25+ that is creating the completion button, and add an onClick attribute to make React listen for your users'
2626 clicks. Your code should look like this:"
2727
2828 source_code :javascript, <<-JAVASCRIPT
You can’t perform that action at this time.
0 commit comments