Skip to content

Commit 9654d1a

Browse files
committed
Reword versionadded sentences to be consistent
1 parent 5e9d9ac commit 9654d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ hold the kernel. Now it looks like this::
203203

204204
.. versionadded:: 3.4
205205

206-
Support for annotation routing without an external bundle was added in
207-
Symfony 3.4. Prior to version 3.4, you needed to install the
206+
Support for annotation routing without an external bundle was introduced
207+
in Symfony 3.4. Prior to version 3.4, you needed to install the
208208
SensioFrameworkExtraBundle.
209209

210210
Unlike the previous kernel, this loads an external ``app/config/config.yml`` file,

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ pass here. No problem! In your configuration, you can explicitly set this argume
512512
513513
.. versionadded:: 3.3
514514

515-
The ability to configure an argument by its name (``$adminEmail``) was added
515+
The ability to configure an argument by its name (``$adminEmail``) was introduced
516516
in Symfony 3.3. Previously, you could configure it only by its index (``2`` in
517517
this case) or by using empty quotes for the other arguments.
518518

0 commit comments

Comments
 (0)