Skip to content

Commit 73c2dbf

Browse files
committed
tweaking wording on web servers page
1 parent 8979a43 commit 73c2dbf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-13T12:14:28Z</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-13T12:21:51Z</updated></feed>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ often content such as HTML, XML or JSON as well.
1414
Web servers are the ying to the web client's yang. The server and client speak
1515
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
17-
Nginx web server, even if it cannot render all of the CSS and JavaScript
18-
properly like a modern web browser.
17+
Nginx web server, even if it cannot properly render the page design like a
18+
modern web browser can.
1919

2020
The basic language of the Web with the request and response cycle from
2121
client to server then server back to client remains the same as it was when

web-servers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ <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
8484
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
86-
Nginx web server, even if it cannot render all of the CSS and JavaScript
87-
properly like a modern web browser. </p>
86+
Nginx web server, even if it cannot properly render the page design like a
87+
modern web browser can. </p>
8888
<p>The basic language of the Web with the request and response cycle from
8989
client to server then server back to client remains the same as it was when
9090
the Web was invented by

0 commit comments

Comments
 (0)