Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5edf90e

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#73 from bosoniq/master
Fixed misspelling in Composite pattern README.md
2 parents 4ead0be + 30c4e77 commit 5edf90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Composite/README.md

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Purpose
44

5-
To treat a group of objects the same way as a single instance of the object.
5+
To treat a group of objects the same way as a single instance of the object.
66

77
# Examples
88

99
* a form class instance handles all its form elements like a single instance of the form, when `render()` is called, it
10-
subsequently runs trough all its child elements and calls `render()` on them
10+
subsequently runs through all its child elements and calls `render()` on them
1111
* `Zend_Config`: a tree of configuration options, each one is a `Zend_Config` object itself
1212

0 commit comments

Comments
 (0)