Typo fixed. [skip ci]

This commit is contained in:
AbrahamGreyson
2014-07-07 17:45:15 +08:00
parent f5045fc5a7
commit c29422f136

View File

@@ -67,7 +67,7 @@ class MyClass extends Object
} }
``` ```
Following these guideliness will make your components [configurable](concept-configurations.md) when they are created. For example: Following these guidelines will make your components [configurable](concept-configurations.md) when they are created. For example:
```php ```php
$component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]); $component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);