mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 19:20:29 +08:00
Typo fixed. [skip ci]
This commit is contained in:
@@ -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
|
||||
$component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);
|
||||
|
||||
Reference in New Issue
Block a user