Skip to content

Commit 49e72cb

Browse files
committed
tweaking wording on web servers page
1 parent 6c93140 commit 49e72cb

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-03-12T09:24: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-03-12T09:24:50Z</updated></feed>

source/content/pages/04-web-servers/0401-web-servers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ often content such as HTML, XML or JSON as well.
1212

1313
## Why are web servers necessary?
1414
Web servers are the ying to the web client's yang. The server and client speak
15-
the standardized language of the World Wide Web. The standardized language
15+
the standardized language of the World Wide Web. This standard language
1616
is why an old Mozilla Netscape browser can still talk to a modern Apache or
1717
Nginx web server, even if it cannot render all of the CSS and JavaScript
1818
properly like a modern web browser.

web-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1>Web servers</h1>
8181
often content such as HTML, XML or JSON as well.</p>
8282
<h2>Why are web servers necessary?</h2>
8383
<p>Web servers are the ying to the web client's yang. The server and client speak
84-
the standardized language of the World Wide Web. The standardized language
84+
the standardized language of the World Wide Web. This standard language
8585
is why an old Mozilla Netscape browser can still talk to a modern Apache or
8686
Nginx web server, even if it cannot render all of the CSS and JavaScript
8787
properly like a modern web browser. </p>

0 commit comments

Comments
 (0)