Skip to content

Commit

Permalink
Small typo in namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
haus23 authored and weaverryan committed Oct 15, 2011
1 parent cf7fb21 commit bffbf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/service_container/factories.rst
Expand Up @@ -12,7 +12,7 @@ the object.
Suppose you have a factory that configures and returns a new NewsletterManager
object::

namespace Acme\HelloBundle\Newletter;
namespace Acme\HelloBundle\Newsletter;

class NewsletterFactory
{
Expand Down

0 comments on commit bffbf21

Please sign in to comment.