Skip to content

Commit 2932887

Browse files
committed
Merge branch 'gh-pages' of github.com:makaimc/fullstackpython.github.com into gh-pages
2 parents cc04350 + a672693 commit 2932887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1>Web Server</h1>
283283
<p>In a simple case, the client will request a static asset such as a picture
284284
or JavaScript file. The file sits on the file system in a location the
285285
web server is authorized to access and the web server sends the file
286-
to the clinet with a 200 status code. If the client already requested the
286+
to the client with a 200 status code. If the client already requested the
287287
file and the file has not changed, the web server will pass back a 304
288288
&quot;Not modified&quot; response indicating the client already has the latest version
289289
of that file.</p>

0 commit comments

Comments
 (0)