From eb5e7da359e8ae74ad02c0e069d1e20f670724c7 Mon Sep 17 00:00:00 2001 From: Raphael <48417580+RapTho@users.noreply.github.com> Date: Sun, 13 Dec 2020 12:33:00 +0100 Subject: [PATCH] Fixed typo --- 5-network/02-formdata/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/02-formdata/article.md b/5-network/02-formdata/article.md index 2a2cf684..a3d92452 100644 --- a/5-network/02-formdata/article.md +++ b/5-network/02-formdata/article.md @@ -47,7 +47,7 @@ As you can see, that's almost one-liner: ``` -In this example, the server code is not presented, as it's beyound our scope. The server accepts the POST request and replies "User saved". +In this example, the server code is not presented, as it's beyond our scope. The server accepts the POST request and replies "User saved". ## FormData Methods