Skip to content
Merged
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
2 changes: 1 addition & 1 deletion exercises/07.forms/04.problem.submit/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Great, so now if you check the network tab you'll find that the file is
actually uploaded properly.

Now let's get to the full page refresh issue. The only way to solve this is by
handling the form submission through JavaScript and prventing the built-in
handling the form submission through JavaScript and preventing the built-in
browser behavior. In a real application, you would want to make sure your server
can handle those form submissions (for
[progressive enhancement](https://www.youtube.com/watch?v=EzLGleT1yrY&list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf)
Expand Down