Skip to content

Commit e2c3f09

Browse files
authored
Merge pull request #33712 from mrtuvn/fix-typo-js-return-type
Fix typo js return type
2 parents a4dee84 + a2d8efd commit e2c3f09

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)