From 04fcb646642670c7642209e997b73aeb963755f0 Mon Sep 17 00:00:00 2001 From: Toni Laukka Date: Sun, 29 Sep 2024 14:58:53 +0300 Subject: [PATCH] Fix typo --- exercises/07.forms/04.problem.submit/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)