From 9e60b955b146564907e667e5ef17c60fa7b4abc1 Mon Sep 17 00:00:00 2001 From: Parvin Eyvazov <32189770+ParvinEyvazov@users.noreply.github.com> Date: Wed, 29 Sep 2021 23:19:47 +0300 Subject: [PATCH] typo fix on Readme --- 014_understanding-servers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/014_understanding-servers/README.md b/014_understanding-servers/README.md index 3fdfb776..74f087c6 100644 --- a/014_understanding-servers/README.md +++ b/014_understanding-servers/README.md @@ -42,7 +42,7 @@ example request line: ## HTTP response -Reponse +Response - status line - headers - optional message body @@ -222,4 +222,4 @@ run in the background and save its results for later inspection (or save only a subset of those results that might be interesting or erroneous). Spiders, for example, are typically given a start URI and configured to follow certain behavior while crawling the Web as a -hypertext graph. \ No newline at end of file +hypertext graph.