@@ -245,7 +245,7 @@ the fact that a controller should always return a ``Response`` object.
245245Use Dependency Injection to Get Services
246246~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247247
248- If you extend the base ``AbstractController ``, you can only access to the most
248+ If you extend the base ``AbstractController ``, you can only get access to the most
249249common services (e.g ``twig ``, ``router ``, ``doctrine ``, etc.), directly from the
250250container via ``$this->container->get() ``.
251251Instead, you must use dependency injection to fetch services by
@@ -289,7 +289,7 @@ Define your Forms as PHP Classes
289289
290290Creating :ref: `forms in classes <creating-forms-in-classes >` allows to reuse
291291them in different parts of the application. Besides, not creating forms in
292- controllers simplify the code and maintenance of the controllers.
292+ controllers simplifies the code and maintenance of the controllers.
293293
294294Add Form Buttons in Templates
295295~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -388,7 +388,7 @@ Use Webpack Encore to Process Web Assets
388388~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
389389
390390Web assets are things like CSS, JavaScript and image files that make the
391- frontend of your site looks and works great. `Webpack `_ is the leading JavaScript
391+ frontend of your site look and work great. `Webpack `_ is the leading JavaScript
392392module bundler that compiles, transforms and packages assets for usage in a browser.
393393
394394:doc: `Webpack Encore </frontend >` is a JavaScript library that gets rid of most
0 commit comments