We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ead0be + 30c4e77 commit 5edf90eCopy full SHA for 5edf90e
Composite/README.md
100644
100755
@@ -2,11 +2,11 @@
2
3
# Purpose
4
5
-To treat a group of objects the same way as a single instance of the object.
+To treat a group of objects the same way as a single instance of the object.
6
7
# Examples
8
9
* 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
+ subsequently runs through all its child elements and calls `render()` on them
11
* `Zend_Config`: a tree of configuration options, each one is a `Zend_Config` object itself
12
0 commit comments