diff --git a/docs/guide/concept-components.md b/docs/guide/concept-components.md index 03df650..5bf0652 100644 --- a/docs/guide/concept-components.md +++ b/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 $component = new MyClass(1, 2, ['prop1' => 3, 'prop2' => 4]);