Skip to content

Commit

Permalink
Merge pull request codeguy#148 from sydneyarikan/gh-pages
Browse files Browse the repository at this point in the history
Grammar edtion on the design patterns page
  • Loading branch information
Phil Sturgeon committed Jul 27, 2012
2 parents 66f0f13 + 003071c commit bdbd5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Design-Patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ your code easier to manage and easier for others to understand.

## Factory

One of the most commonly used design patterns is the factory pattern. This is a pattern is simply a class that creates
One of the most commonly used design patterns is the factory pattern. In this pattern, a class simply creates
the object you want to use. Consider the following example of the factory pattern:

{% highlight php %}
Expand Down

0 comments on commit bdbd5dc

Please sign in to comment.