Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbc85f9

Browse filesBrowse files
committed
Minor english tweak for symfony#1549
1 parent cbdf430 commit dbc85f9
Copy full SHA for dbc85f9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎quick_tour/the_architecture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_architecture.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ to "override" files, controllers or templates. For example, you can create
298298
a bundle - ``AcmeNewBundle`` - and specify that it overrides ``AcmeDemoBundle``.
299299
When Symfony loads the ``AcmeDemoBundle:Welcome:index`` controller, it will
300300
first look for the ``WelcomeController`` class in ``AcmeNewBundle`` and, if
301-
not exists, then look inside ``AcmeDemoBundle``. This means that one bundle
301+
it doesn't exist, then look inside ``AcmeDemoBundle``. This means that one bundle
302302
can override almost any part of another bundle!
303303

304304
Do you understand now why Symfony2 is so flexible? Share your bundles between

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.