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

Skip to content

Commit 2b874be

Browse files
committed
Fixed misspelling of through
modified: Composite/README.md
1 parent b0b0d4a commit 2b874be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Composite/README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ To treat a group of objects the same way as a single instance of the object.
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)