Skip to content

Commit 80733b5

Browse files
committed
Fixed a minor grammar issue
1 parent 8bdd24b commit 80733b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/upgrade_major.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Upgrading a Major Version (e.g. 2.7.0 to 3.0.0)
55
===============================================
66

77
Every two years, Symfony releases a new major version release (the first number
8-
changes). These releases are the trickiest to upgrade, as they are allowed break
9-
backwards compatibility. However, Symfony makes this upgrade process as smooth
10-
as possible.
8+
changes). These releases are the trickiest to upgrade, as they are allowed to
9+
break backwards compatibility. However, Symfony makes this upgrade process as
10+
smooth as possible.
1111

1212
This means that you can update most of your code before the major release is
1313
actually released. This is called making your code *future compatible*.

0 commit comments

Comments
 (0)