diff --git a/Decorator/Decorator.php b/Decorator/Decorator.php index d1ea220..41c811f 100644 --- a/Decorator/Decorator.php +++ b/Decorator/Decorator.php @@ -19,7 +19,7 @@ class Webservice protected $_data; /** - * an array to holds all added decorators, often there would be defaults set in this + * an array to hold all added decorators, often there would be defaults set in this * array, e.g. the service could be defaulted to use JSON and only for special APIs * use XML *