Issue #3213638 by bpstr: Fix incorrect Migration plugin description

merge-requests/666/head
bpstr 2021-05-13 09:53:33 +00:00 committed by larowlan
parent 35c43b5446
commit d4726b1895
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/