summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2015-05-17 20:18:02 -0700
committerBen Bangert <ben@groovie.org>2015-05-17 20:18:02 -0700
commit95513a4f6de0f06bddeba3312f011267f7a4317c (patch)
tree08b093fe868efa5c69f47af80cb79507ee2eacba
parent119212a5415d067f3a61142d95bdf21dc8682611 (diff)
parentec36dd22853b775a422087d63df195c55bfa3952 (diff)
downloadroutes-95513a4f6de0f06bddeba3312f011267f7a4317c.tar.gz
Merge pull request #40 from anandanvivopenstack/patch-1
Update introduction.rst
-rw-r--r--docs/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst
index a954b2b..76c17ba 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -11,7 +11,7 @@ and realize that moving a method changes its public URL and invalidates users'
bookmarks. Likewise, if you want to reorganize your URLs and make a section
into a subsection, you have to change your carefully-tested logic code.
-Routes takes a different approach. You determine your URL hierarchy and and
+Routes takes a different approach. You determine your URL hierarchy and
actions separately, and then link them together in whichever ways you decide.
If you change your mind about a particular URL, just change one line in your
route map and never touch your action logic. You can even have multiple URLs