Skip to content

Commit 7872cda

Browse files
committed
Correct spelling & grammar in 4.4 setup/
1 parent 62c0653 commit 7872cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/bundles.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Upgrading a Third-Party Bundle for a Major Symfony Version
55
==========================================================
66

7-
Symfony 3 was released on November 2015. Although this version doesn't contain
7+
Symfony 3 was released in November 2015. Although this version doesn't contain
88
any new features, it removes all the backward compatibility layers included in
99
the previous 2.8 version. If your bundle uses any deprecated feature and it's
1010
published as a third-party bundle, applications upgrading to Symfony 3 will no
@@ -26,8 +26,8 @@ Most third-party bundles define their Symfony dependencies using the ``~2.N`` or
2626
}
2727
}
2828
29-
These constraints prevent the bundle from using Symfony 3 components, so it makes
30-
it impossible to install it in a Symfony 3 based application. Thanks to the
29+
These constraints prevent the bundle from using Symfony 3 components, which
30+
means the bundle cannot be installed in a Symfony 3 based application. Thanks to the
3131
flexibility of Composer dependencies constraints, you can specify more than one
3232
major version by replacing ``~2.N`` by ``~2.N|~3.0`` (or ``^2.N`` by ``^2.N|~3.0``).
3333

0 commit comments

Comments
 (0)