Merge pull request #369 from KLVTZ/gh-pages

Fixed grammar error to indicate possession of sentence.
This commit is contained in:
Josh Lockhart
2014-03-05 21:18:57 -05:00

View File

@@ -5,7 +5,7 @@ title: Design Patterns
# Design Patterns # Design Patterns
There are numerous ways to structure the code and project for you web application, and you can put as much or as little There are numerous ways to structure the code and project for your web application, and you can put as much or as little
thought as you like into architecting. But it is usually a good idea to follow common patterns because it will make thought as you like into architecting. But it is usually a good idea to follow common patterns because it will make
your code easier to manage and easier for others to understand. your code easier to manage and easier for others to understand.