From 1530b975616d10f5b8703be9b81c5980444cd59c Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Tue, 8 Oct 2019 11:02:21 -0500 Subject: [PATCH] small addition per request. --- guides/v2.2/migration/migration-migrate-delta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/migration/migration-migrate-delta.md b/guides/v2.2/migration/migration-migrate-delta.md index 6141c6d580a..bb587ed6199 100644 --- a/guides/v2.2/migration/migration-migrate-delta.md +++ b/guides/v2.2/migration/migration-migrate-delta.md @@ -15,7 +15,7 @@ The incremental migration tool installs deltalog tables (with prefix `m2_cl_*`) * All operations with orders, products, and categories in the [Magento Admin](https://glossary.magento.com/magento-admin) panel {: .bs-callout-info } -All new or updated entities entered through the Admin panel, such as attributes or CMS pages, are not included in the incremental migration and will not be migrated. +All other new or updated entities entered through the Admin panel, such as attributes or CMS pages, are not included in the incremental migration and will not be migrated. ## Before you start: routine preparations