diff --git a/cookbook/upgrade/major_version.rst b/cookbook/upgrade/major_version.rst index 10fcafbbf83..0c5107b6fed 100644 --- a/cookbook/upgrade/major_version.rst +++ b/cookbook/upgrade/major_version.rst @@ -15,8 +15,8 @@ actually released. This is called making your code *future compatible*. There are a couple of steps to upgrading a major version: #. :ref:`Make your code deprecation free `; -#. :ref:`Update to the new major version via Composer `. -#. :ref:`Update your code to work with the new version ` +#. :ref:`Update to the new major version via Composer `; +#. :ref:`Update your code to work with the new version `. .. _upgrade-major-symfony-deprecations: