Skip to content

Commit efe3e5a

Browse files
committed
incorporating pull request and adding conf mgmt section
1 parent 2932887 commit efe3e5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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>2014-01-14T15:48:05Z</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>2014-01-14T15:50:48Z</updated></feed>

pages/web-server.html

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

source/content/pages/web-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ status code a content response as well.
1616
In a simple case, the client will request a static asset such as a picture
1717
or JavaScript file. The file sits on the file system in a location the
1818
web server is authorized to access and the web server sends the file
19-
to the clinet with a 200 status code. If the client already requested the
19+
to the client with a 200 status code. If the client already requested the
2020
file and the file has not changed, the web server will pass back a 304
2121
"Not modified" response indicating the client already has the latest version
2222
of that file.

0 commit comments

Comments
 (0)