Skip to content

Commit d81a67e

Browse files
committed
fix typo
1 parent bbbc2fa commit d81a67e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4662,7 +4662,7 @@ <h2>Client requests</h2>
46624662
<a href="http://lynx.browser.org/">Lynx</a></li>
46634663
<li>web crawler. </li>
46644664
</ul>
4665-
<p>Web server process requests from the above clients. The result of the web
4665+
<p>Web servers process requests from the above clients. The result of the web
46664666
server's processing is a
46674667
<a href="https://developer.mozilla.org/en-US/docs/HTTP/Response_codes">response code</a>
46684668
and commonly a content response. Some status codes, such as 204 (No content)

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-14T11:30:32Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-15T13:23:58Z</updated></feed>

web-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Client requests</h2>
6363
<a href="http://lynx.browser.org/">Lynx</a></li>
6464
<li>web crawler. </li>
6565
</ul>
66-
<p>Web server process requests from the above clients. The result of the web
66+
<p>Web servers process requests from the above clients. The result of the web
6767
server's processing is a
6868
<a href="https://developer.mozilla.org/en-US/docs/HTTP/Response_codes">response code</a>
6969
and commonly a content response. Some status codes, such as 204 (No content)

0 commit comments

Comments
 (0)