Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h1>Web Server</h1>
<p>In a simple case, the client will request a static asset such as a picture
or JavaScript file. The file sits on the file system in a location the
web server is authorized to access and the web server sends the file
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
file and the file has not changed, the web server will pass back a 304
&quot;Not modified&quot; response indicating the client already has the latest version
of that file.</p>
Expand Down