8000 Reworded the intro of reference/dic_tags.rst by javiereguiluz · Pull Request #8650 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Reworded the intro of reference/dic_tags.rst #8650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 16, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed a typo
  • Loading branch information
javiereguiluz committed Nov 15, 2017
commit 6e43fb7b8717dc2a75b926700129397a1c53a6bf
2 changes: 1 addition & 1 deletion reference/dic_tags.rst
< 5F78 input type="hidden" name="path" value="reference/dic_tags.rst" autocomplete="off" data-targets="deferred-diff-lines.inputs" />
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Built-in Symfony Service Tags
=============================

:doc:`Service tags </service_container/tags>` are the mechanism used by the
:doc:`Dependency Injection component </components/dependency_injection>` to flag
:doc:`DependencyInjection component </components/dependency_injection>` to flag
services which require a special processing, such as console commands or Twig
extensions.

Expand Down
0