fixed typo

This commit is contained in:
Fabien Potencier 2019-07-03 14:31:50 +02:00
parent 51f01bdd9d
commit 5909e6f336
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ Form
FrameworkBundle
---------------
* Remved the `framework.templating` option, use Twig instead.
* Removed the `framework.templating` option, use Twig instead.
* The project dir argument of the constructor of `AssetsInstallCommand` is required.
* Removed support for `bundle:controller:action` syntax to reference controllers. Use `serviceOrFqcn::method`
instead where `serviceOrFqcn` is either the service ID when using controllers as services or the FQCN of the controller.