Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ the server responds. This abstract process is repeated over and over again:

1. Listen for a user action on the page.
2. Parse out the information the user is submitting.
3. Prevent the default action from occuring, if necessary.
3. Prevent the default action from occurring, if necessary.
4. Make a request to the server using AJAX.
5. When the request succeeds, parse the data the server sends back.
6. Update the page with the newly received data.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
steps do
step do
message "Let's add a click listener to our Item component's complete button. Find the line of code
that creating ths completion button, and add an onClick attribute to make React listen for your users'
that is creating the completion button, and add an onClick attribute to make React listen for your users'
clicks. Your code should look like this:"

source_code :javascript, <<-JAVASCRIPT
Expand Down