@@ -237,7 +237,7 @@ it only uses one format.
237237Use Dependency Injection to Get Services
238238~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
239239
240- If you extend the base ``AbstractController ``, you can only access to the most
240+ If you extend the base ``AbstractController ``, you can only get access to the most
241241common services (e.g ``twig ``, ``router ``, ``doctrine ``, etc.), directly from the
242242container via ``$this->container->get() ``.
243243Instead, you must use dependency injection to fetch services by
@@ -281,7 +281,7 @@ Define your Forms as PHP Classes
281281
282282Creating :ref: `forms in classes <creating-forms-in-classes >` allows to reuse
283283them in different parts of the application. Besides, not creating forms in
284- controllers simplify the code and maintenance of the controllers.
284+ controllers simplifies the code and maintenance of the controllers.
285285
286286Add Form Buttons in Templates
287287~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -380,7 +380,7 @@ Use Webpack Encore to Process Web Assets
380380~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
381381
382382Web assets are things like CSS, JavaScript and image files that make the
383- frontend of your site looks and works great. `Webpack `_ is the leading JavaScript
383+ frontend of your site look and work great. `Webpack `_ is the leading JavaScript
384384module bundler that compiles, transforms and packages assets for usage in a browser.
385385
386386:doc: `Webpack Encore </frontend >` is a JavaScript library that gets rid of most
0 commit comments