Skip to content

Commit c73bf94

Browse files
Added missing comma
1 parent 9351233 commit c73bf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/inheritance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ in one of your own bundles. Symfony gives you a very convenient way to override
1010
things like controllers, templates, and other files in a bundle's
1111
``Resources/`` directory.
1212

13-
For example, suppose that you have installed `FOSUserBundle`_ but you want to
13+
For example, suppose that you have installed `FOSUserBundle`_, but you want to
1414
override its base ``layout.html.twig`` template, as well as one of its
1515
controllers.
1616

0 commit comments

Comments
 (0)