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.