@@ -54,7 +54,7 @@ Glossary
5454 *trains * the service container (via configuration) on how to create
5555 the services. The service container takes care of lazily instantiating
5656 and injecting dependent services. See :doc: `/book/service_container `
57- chapter.
57+ chapter.
5858
5959 HTTP Specification
6060 The *Http Specification * is a document that describes the Hypertext
@@ -83,13 +83,13 @@ Glossary
8383 *Acme * is a sample company name used in Symfony demos and
8484 documentation. For example, it's used as a namespace where you would
8585 normally use your own company's name. See
86- `Acme Corporation at Wikipedia `_.
86+ `Acme Corporation at Wikipedia `_.
8787
8888 Action
89- An *action * is controller code that executes for a given
90- route. Synonomous with *controller *, but most *controller * PHP classes
91- include several *actions *. See the
92- :doc: `Controller Chapter </book/controller >`.
89+ An *action * is controller code that executes for a given
90+ route. Synonomous with *controller *, but most *controller * PHP classes
91+ include several *actions *. See the
92+ :doc: `Controller Chapter </book/controller >`.
9393
9494 Asset
9595 An *asset * is any non-executable, static component of a web application,
@@ -110,10 +110,10 @@ Glossary
110110 :doc: `book/security/overview ` chapters.
111111
112112 YAML
113- *YAML * is a recursive acronym for "YAML Ain't a Markup Language". It's a
114- lightweight, humane data serialization language used extensively in
115- Symfony2's configuration files. See the :doc: `reference/YAML ` reference
116- chapter.
113+ *YAML * is a recursive acronym for "YAML Ain't a Markup Language". It's a
114+ lightweight, humane data serialization language used extensively in
115+ Symfony2's configuration files. See the :doc: `reference/YAML ` reference
116+ chapter.
117117
118118
119119
0 commit comments