Skip to content

Commit 6299405

Browse files
authored
typo error fixed
Multiple use of expamle rather than "example" .
1 parent ae9daab commit 6299405

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ define([
112112
/**
113113
* Adds complex list type - that is used to submit several list types at once
114114
* Only urlSubmit is possible for this list type
115-
* expamle: addComplexListType(['wishlist', 'product_list'], 'http://magento...')
115+
* example: addComplexListType(['wishlist', 'product_list'], 'http://magento...')
116116
*
117117
* @param type types as scope
118118
* @param urls obj can be

0 commit comments

Comments
 (0)