From 97e18701beba003983340081cad05b7ead0890a7 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Sun, 7 Jul 2024 17:15:57 +0200 Subject: [PATCH] replace "to action" (#393) --- Documentation/Minor/Index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Minor/Index.rst b/Documentation/Minor/Index.rst index 071b45b..651c17e 100644 --- a/Documentation/Minor/Index.rst +++ b/Documentation/Minor/Index.rst @@ -16,10 +16,10 @@ For example, updating from TYPO3 version `11.5.2` to `11.5.3` is a patch/bugfix Before updating =============== -The :ref:`pre-upgrade tasks ` chapter contains a list of tasks that should be actioned prior to upgrading -to a major release. +The :ref:`pre-upgrade tasks ` chapter contains a list of tasks that +should be completed prior to upgrading to a major release. -The only tasks that need to actioned for a patch/bugfix update are :ref:`making a backup ` and :ref:`updating the reference index `. +The only tasks that need to be completed for a patch/bugfix update are :ref:`making a backup ` and :ref:`updating the reference index `. Check if updates are available =============================== @@ -35,11 +35,11 @@ Execute the update To execute the update, run :bash:`composer update --with-all-dependencies "typo3/*"`. -This will update all TYPO3 packages, the :bash:`--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated. +This will update all TYPO3 packages. The :bash:`--with-all-dependencies` signals that any dependencies of TYPO3 should also be updated. Post update =========== -Once Composer has finished updating the installation of TYPO3, log in to the backend and clear all caches. +Once Composer has completed updating the installation of TYPO3, log in to the backend and clear all caches. :guilabel:`Admin Tools > Maintenance > Flush TYPO3 and PHP Cache`