Skip to content

Commit a07402a

Browse files
committed
Add missing word in bundles best practice description
1 parent bec695a commit a07402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/creating-the-project.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ProductBundle, InvoiceBundle, etc.
9494

9595
But a bundle is *meant* to be something that can be reused as a stand-alone
9696
piece of software. If UserBundle cannot be used *"as is"* in other Symfony
97-
apps, then it shouldn't be its own bundle. Moreover InvoiceBundle depends on
97+
apps, then it shouldn't be its own bundle. Moreover, if InvoiceBundle depends on
9898
ProductBundle, then there's no advantage to having two separate bundles.
9999

100100
.. best-practice::

0 commit comments

Comments
 (0)