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