Skip to content

Commit cd198a0

Browse files
authored
Merge pull request #5 from n3wborn/patch-1
Fix Typo in Symfony doc
2 parents b2857df + a0d24d1 commit cd198a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/symfony.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updated_at: 2020-11-28
88
PHP Flasher offers a solid integration with the Symfony Framework, and it also support older version of the framework
99
From laravel 2.7 to 5.2.
1010

11-
## Installtion :
11+
## Installation :
1212

1313
you can install the bundle using composer
1414

@@ -81,7 +81,7 @@ public function registerBundles()
8181
</html>
8282
```
8383
84-
2. dispatch `notifiactions` from anywhere in you application
84+
2. dispatch `notifications` from anywhere in you application
8585
```php
8686
<?php
8787

0 commit comments

Comments
 (0)