Commit 8126911b by AbrahamGreyson

Typo fixed. [skip ci]

parent 7056c217
......@@ -67,7 +67,7 @@ class MyClass extends Object
}
```
Following these guideliness will make your components [configurable](concept-configurations.md) when they are instantiated. For example:
Following these guidelines will make your components [configurable](concept-configurations.md) when they are created. For example:
```php
$component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment