Fixed misspelling of through

modified:   Composite/README.md
This commit is contained in:
bosoniq
2014-03-21 13:26:55 +01:00
parent b0b0d4a1a4
commit 2b874be525

2
Composite/README.md Normal file → Executable file
View File

@@ -7,6 +7,6 @@ To treat a group of objects the same way as a single instance of the object.
# Examples
* a form class instance handles all its form elements like a single instance of the form, when `render()` is called, it
subsequently runs trough all its child elements and calls `render()` on them
subsequently runs through all its child elements and calls `render()` on them
* `Zend_Config`: a tree of configuration options, each one is a `Zend_Config` object itself