We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1bcb6 commit ae9daabCopy full SHA for ae9daab
app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js
@@ -91,8 +91,8 @@ define([
91
92
/**
93
* Add product list types as scope and their urls
94
- * expamle: addListType('product_to_add', {urlFetch: 'http://magento...'})
95
- * expamle: addListType('wishlist', {urlSubmit: 'http://magento...'})
+ * example: addListType('product_to_add', {urlFetch: 'http://magento...'})
+ * example: addListType('wishlist', {urlSubmit: 'http://magento...'})
96
*
97
* @param type types as scope
98
* @param urls obj can be
0 commit comments