Skip to content

Commit 7e0658f

Browse files
committed
Merge pull request mattmakai#32 from sonph/patch-1
fix a few typos/grammar errors in web-frameworks
2 parents cedf6ac + 69727e8 commit 7e0658f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ have a minimal code library that plays well with extensions.
4848
For example, the Django web application framework includes an
4949
Object-Relational Mapping (ORM) layer that abstracts relational database
5050
read, write, query, and delete operations. However, Django's ORM
51-
cannot work without significant modification on non-relational databases such
51+
cannot work without significant modification on non-relational databases such as
5252
[MongoDB](http://www.mongodb.org/).
5353
Some other web frameworks such as Flask and Pyramid are easier to
5454
use with non-relational databases by incorporating external Python libraries.
@@ -59,7 +59,7 @@ including everything in the framework with tight integration.
5959
## General web framework resources
6060
* "[What is a web framework?](http://www.jeffknupp.com/blog/2014/03/03/what-is-a-web-framework/)"
6161
by [Jeff Knupp](https://twitter.com/jeffknupp)
62-
is a in-depth explanation of what a web framework is and their relation
62+
is an in-depth explanation of what a web framework is and their relation
6363
to web servers.
6464

6565
* Check out the answer to the

0 commit comments

Comments
 (0)