@@ -184,12 +184,12 @@ and ``redirect()`` methods::
184184 The ``redirectToRoute() `` method was introduced in Symfony 2.6. Previously (and still now), you
185185 could use ``redirect() `` and ``generateUrl() `` together for this.
186186
187- For more information, see the :doc: `Routing chapter </routing >`.
187+ For more information, see the :doc: `Routing article </routing >`.
188188
189189.. caution ::
190190
191- The ``redirect() `` method does not check its destination in any way. If you
192- redirect to some URL provided by the end-users, your application may be open
191+ The ``redirect() `` method does not check its destination in any way. If you
192+ redirect to some URL provided by the end-users, your application may be open
193193 to the `unvalidated redirects security vulnerability `_.
194194
195195
@@ -230,7 +230,7 @@ creating unnecessarily deep structures::
230230 ));
231231
232232The Symfony templating system and Twig are explained more in the
233- :doc: `Creating and Using Templates chapter </templating >`.
233+ :doc: `Creating and Using Templates article </templating >`.
234234
235235.. index ::
236236 single: Controller; Accessing services
@@ -266,7 +266,7 @@ console command:
266266 .. versionadded :: 2.6
267267 Prior to Symfony 2.6, this command was called ``container:debug ``.
268268
269- For more information, see the :doc: `/service_container ` chapter .
269+ For more information, see the :doc: `/service_container ` article .
270270
271271.. tip ::
272272
@@ -548,7 +548,7 @@ A) Shortcut methods (like ``render()`` and ``redirectToRoute()``);
548548B) Access to *all * of the useful objects (services) in the system via the
549549 :ref: `get() <controller-accessing-services >` method.
550550
551- In other chapters , you'll learn how to use specific services from inside your controller
551+ In other articles , you'll learn how to use specific services from inside your controller
552552that will help you persist and fetch objects from a database, process form submissions,
553553handle caching and more.
554554
0 commit comments