diff --git a/core/modules/migrate/src/Plugin/Migration.php b/core/modules/migrate/src/Plugin/Migration.php index c4ba2028115..abad25cd45f 100644 --- a/core/modules/migrate/src/Plugin/Migration.php +++ b/core/modules/migrate/src/Plugin/Migration.php @@ -14,7 +14,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; /** * Defines the Migration plugin. * - * The migration process plugin represents one single migration and acts like a + * The migration plugin represents one single migration and acts like a * container for the information about a single migration such as the source, * process and destination plugins. */