We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1fc76d + 3378bcc commit a672693Copy full SHA for a672693
index.html
@@ -282,7 +282,7 @@ <h1>Web Server</h1>
282
<p>In a simple case, the client will request a static asset such as a picture
283
or JavaScript file. The file sits on the file system in a location the
284
web server is authorized to access and the web server sends the file
285
-to the clinet with a 200 status code. If the client already requested the
+to the client with a 200 status code. If the client already requested the
286
file and the file has not changed, the web server will pass back a 304
287
"Not modified" response indicating the client already has the latest version
288
of that file.</p>
0 commit comments