From 783d914128e0943b2b4fbe9efc922e2629b65811 Mon Sep 17 00:00:00 2001 From: Sam Hartmann <49591562+Sammeeey@users.noreply.github.com> Date: Sun, 13 Aug 2023 10:53:19 +0200 Subject: [PATCH] remove "one-liner" statement - removed the statement "As you can see, that's almost one-liner", because it doesn't make sense - neither grammatically nor logically. These 20 lines of code aren't even close to a one-liner. --- 5-network/02-formdata/article.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/5-network/02-formdata/article.md b/5-network/02-formdata/article.md index a73d554b17..952ccb3a1d 100644 --- a/5-network/02-formdata/article.md +++ b/5-network/02-formdata/article.md @@ -18,9 +18,7 @@ From the server point of view, that looks like a usual form submission. ## Sending a simple form -Let's send a simple form first. - -As you can see, that's almost one-liner: +Let's send a simple form first: ```html run autorun