From a0d24d1b8d115c019f114ca20430e7d65b5711e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20P?= Date: Thu, 11 Mar 2021 11:40:12 +0100 Subject: [PATCH] Fix Typo in Symfony doc --- docs/framework/symfony.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/symfony.md b/docs/framework/symfony.md index e9e5093..5685a17 100644 --- a/docs/framework/symfony.md +++ b/docs/framework/symfony.md @@ -8,7 +8,7 @@ updated_at: 2020-11-28 PHP Flasher offers a solid integration with the Symfony Framework, and it also support older version of the framework From laravel 2.7 to 5.2. -## Installtion : +## Installation : you can install the bundle using composer @@ -81,7 +81,7 @@ public function registerBundles() ``` -2. dispatch `notifiactions` from anywhere in you application +2. dispatch `notifications` from anywhere in you application ```php