Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou committed Jun 25, 2011
1 parent 647a489 commit 2fd86a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/symfony1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ You can use this same strategy to bring in configuration from a bundle:
imports:
- { resource: "@AcmeDemoBundle/Resources/config/config.yml" }
In Symfony2, configuration is a bit like ``app.yml`` in symfony1, exact much
In Symfony2, configuration is a bit like ``app.yml`` in symfony1, except much
more systematic. With ``app.yml``, you could simply create any keys you wanted.
By default, these entries were meaningless and depended entirely on how you
used them in your application:
Expand Down

0 comments on commit 2fd86a9

Please sign in to comment.