From 7a213669f96f8b4fa892b26d03cf9cc8387f6a37 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Wed, 3 Jul 2019 17:32:47 +0300 Subject: [PATCH] minor --- 5-network/02-formdata/article.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/5-network/02-formdata/article.md b/5-network/02-formdata/article.md index d57f17b6..a4da4da9 100644 --- a/5-network/02-formdata/article.md +++ b/5-network/02-formdata/article.md @@ -45,6 +45,8 @@ As you can see, that's almost one-liner: ``` +Here, the server accepts the POST request with the form and replies "User saved". + ## FormData Methods We can modify fields in `FormData` with methods: