Skip to content

Commit a2d8efd

Browse files
committed
Fix typo js return type
1 parent feae904 commit a2d8efd

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/view/utils

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/view/utils/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ define([
7676
* Internal method used to normalize argumnets passed
7777
* to 'async' module methods.
7878
*
79-
* @param {(String|Objetc)} selector
79+
* @param {(String|Object)} selector
8080
* @param {(HTMLElement|Object|String)} [ctx]
8181
* @returns {Object}
8282
*/

0 commit comments

Comments
 (0)