Skip to content

Commit

Permalink
Fixed some typos on the documentation's index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip committed Aug 5, 2012
1 parent 1c3464e commit 19642a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Are you new to Django or to programming? This is the place to start!
The model layer
===============

Django provides an abstration layer (the "models") for structuring and
Django provides an abstraction layer (the "models") for structuring and
manipulating the data of your Web application. Learn more about it below:

* **Models:**
Expand Down Expand Up @@ -82,7 +82,7 @@ manipulating the data of your Web application. Learn more about it below:
The view layer
==============

Django offers the concept of "views" to encapsulate the logic reponsible for
Django has the concept of "views" to encapsulate the logic responsible for
processing a user's request and for returning the response. Find all you need
to know about views via the links below:

Expand Down

0 comments on commit 19642a7

Please sign in to comment.