diff options
| author | Julien Phalip <jphalip@gmail.com> | 2012-08-04 18:19:25 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2012-08-04 18:19:25 -0700 |
| commit | 19642a7a09a0f9c7fbeeaec687316f7f9f8027bb (patch) | |
| tree | d59a89cec06aa25772e8eaf2f6286c073e66ebd0 | |
| parent | 1c3464e809bf84a18cf909959e910b8c6e5df0db (diff) | |
Fixed some typos on the documentation's index page.
| -rw-r--r-- | docs/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.txt b/docs/index.txt index b01116124f..d5723186e6 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -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:** @@ -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: |
