Skip to content

Commit

Permalink
minor #4729 Fixed typo in factories.rst (nietonfir)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.6 branch.

Discussion
----------

Fixed typo in factories.rst

 | Q             | A
 | ------------- | ---
 | Doc fix?      | [yes]
 | New docs?     | [no]
 | Applies to    | []
 | Fixed tickets | []

Commits
-------

a6c47db Fixed typo in factories.rst
  • Loading branch information
wouterj committed Jan 2, 2015
2 parents 5befc45 + a6c47db commit 57fdea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/factories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ be non-static.
<service id="newsletter_manager.factory" class="NewsletterManagerFactory" />
<service id="newsletter_manager" class="NewsletterManager">
<factory service="newsletter_manager.factry" method="createNewsletterManager" />
<factory service="newsletter_manager.factory" method="createNewsletterManager" />
</service>
</services>
</container>
Expand Down

0 comments on commit 57fdea6

Please sign in to comment.