diff --git a/exercises/07.forms/04.problem.submit/README.mdx b/exercises/07.forms/04.problem.submit/README.mdx index d5c96371f..76be7a194 100644 --- a/exercises/07.forms/04.problem.submit/README.mdx +++ b/exercises/07.forms/04.problem.submit/README.mdx @@ -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)