diff --git a/core/modules/node/src/Plugin/migrate/source/d7/Node.php b/core/modules/node/src/Plugin/migrate/source/d7/Node.php index 3c4f713338fe848e6b60e72e684c7bcab21511fd..adfa0a01cc5c2ebdab522cebcfaaf87b360ff14e 100644 --- a/core/modules/node/src/Plugin/migrate/source/d7/Node.php +++ b/core/modules/node/src/Plugin/migrate/source/d7/Node.php @@ -81,7 +81,7 @@ public static function create(ContainerInterface $container, array $configuratio } /** - * The join options between the node and the node_revisions table. + * The join options between the node and the node_revision table. */ const JOIN = '[n].[vid] = [nr].[vid]';