Browse Source

Typo fixed. [skip ci]

tags/2.0.0-rc
AbrahamGreyson 10 years ago
parent
commit
c29422f136
  1. 2
      docs/guide/concept-components.md

2
docs/guide/concept-components.md

@ -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]);

Loading…
Cancel
Save