From 90b0776e938115f420c303c7b51d20e6231a7037 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 09:52:59 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 migration.rst --- migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.rst b/migration.rst index 6b0807588aa..6155f05275d 100644 --- a/migration.rst +++ b/migration.rst @@ -223,7 +223,7 @@ unique approach for migration. This guide shows two examples of commonly used approaches, which you can use as a base for your own approach: * `Front Controller with Legacy Bridge`_, which leaves the legacy application - untouched and allows to migrate it in phases to the Symfony application. + untouched and allows migrating it in phases to the Symfony application. * `Legacy Route Loader`_, where the legacy application is integrated in phases into Symfony, with a fully integrated final result.