Skip to content

Commit ae9daab

Browse files
authored
typos error fixed
1 parent cd1bcb6 commit ae9daab

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ define([
9191

9292
/**
9393
* 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...'})
94+
* example: addListType('product_to_add', {urlFetch: 'http://magento...'})
95+
* example: addListType('wishlist', {urlSubmit: 'http://magento...'})
9696
*
9797
* @param type types as scope
9898
* @param urls obj can be

0 commit comments

Comments
 (0)