Skip to content

Commit 553004d

Browse files
committed
fixing typo on web frameworks page
1 parent 246730e commit 553004d

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-07-03T18:37:36Z</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-07-03T23:51:53Z</updated></feed>

source/content/pages/02-web-frameworks/0201-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ choice4text: What other Python web frameworks exist?
1717

1818

1919
# Web frameworks
20-
A web application framework is a code library that make a developer's life
20+
A web application framework is a code library that makes a developer's life
2121
easier when building reliable, scalable and maintainable web applications.
2222

2323

web-frameworks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div> <div class="row">
4040
<div class="col-md-8">
4141
<h1>Web frameworks</h1>
42-
<p>A web application framework is a code library that make a developer's life
42+
<p>A web application framework is a code library that makes a developer's life
4343
easier when building reliable, scalable and maintainable web applications.</p>
4444
<h2>Why are web frameworks necessary?</h2>
4545
<p>Web frameworks encapsulate what developers have learned over the past twenty

0 commit comments

Comments
 (0)