Skip to content

Commit ce3ec44

Browse files
authored
Merge branch 'master' into dobooth-patch-2
2 parents 6bd970c + 0e22146 commit ce3ec44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/guides/v2.3/migration/migration-tool-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ There are two possible ways to configure the Data Migration Tool for migration:
136136
<database host="127.0.0.1" name="magento1" user="root"/>
137137
</source>
138138
<destination>
139-
<database host="127.0.0.1" name="magento2" user="root"/>
140-
</destination>
139+
<database host="127.0.0.1" name="magento2" user="root"/>
140+
</destination>
141141
<options>
142142
<crypt_key />
143143
</options>

src/recommendations/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When testing recommendations in a non-production environment, it is likely you w
1111
The following recommendation types are listed in the recommended order when testing in a non-production environment:
1212

1313
1. **More like this** - Does not require any input data. Uses a direct content similarity match.
14-
1. **Most popular** - Requires minimal input data. Testers need to view products.
14+
1. **Most Viewed** - Requires minimal input data. Testers need to view products.
1515
1. **Viewed this, viewed that** - Requires multiple testers to view multiple products.
1616
1. **Bought this, bought that** - Requires multiple testers to purchase multiple products.
1717

0 commit comments

Comments
 (0)