@@ -60,7 +60,7 @@ Autocompletion
6060~~~~~~~~~~~~~~
6161
6262..versionadded ::2.2
63- Autocompletion for questions wasadded in Symfony 2.2.
63+ Autocompletion for questions wasintroduced in Symfony 2.2.
6464
6565You can also specify an array of potential answers for a given question. These
6666will be autocompleted as the user types::
@@ -78,7 +78,7 @@ Hiding the User's Response
7878~~~~~~~~~~~~~~~~~~~~~~~~~~
7979
8080..versionadded ::2.2
81- The ``askHiddenResponse `` method wasadded in Symfony 2.2.
81+ The ``askHiddenResponse `` method wasintroduced in Symfony 2.2.
8282
8383You can also ask a question and hide the response. This is particularly
8484convenient for passwords::
@@ -148,7 +148,7 @@ Validating a Hidden Response
148148~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149149
150150..versionadded ::2.2
151- The ``askHiddenResponseAndValidate `` method wasadded in Symfony 2.2.
151+ The ``askHiddenResponseAndValidate `` method wasintroduced in Symfony 2.2.
152152
153153You can also ask and validate a hidden response::
154154
@@ -176,7 +176,7 @@ Let the user choose from a list of Answers
176176
177177..versionadded ::2.2
178178 The:method: `Symfony\\ Component\\ Console\\ Helper\\ DialogHelper::select ` method
179- wasadded in Symfony 2.2.
179+ wasintroduced in Symfony 2.2.
180180
181181If you have a predefined set of answers the user can choose from, you
182182could use the ``ask `` method described above or, to make sure the user
@@ -211,7 +211,7 @@ argument). The default value for the attempts is ``false``, which means infinite
211211attempts. You can define your own error message in the sixth argument.
212212
213213..versionadded ::2.3
214- Multiselect support wasadded in Symfony 2.3.
214+ Multiselect support wasintroduced in Symfony 2.3.
215215
216216Multiple Choices
217217................