Skip to content

Commit 5259b2e

Browse files
author
Stanislav Idolov
authored
ENGCOM-2700: Fix documentation typos in registry.js #17430
2 parents f1d027c + a89f7a0 commit 5259b2e

File tree

1 file changed

+5
-5
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/registry

1 file changed

+5
-5
lines changed

app/code/Magento/Ui/view/base/web/js/lib/registry/registry.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ define([
1717
var privateData = new WeakMap();
1818

1919
/**
20-
* Extarcts private items storage associated
20+
* Extracts private item storage associated
2121
* with a provided registry instance.
2222
*
2323
* @param {Object} container
@@ -39,7 +39,7 @@ define([
3939
}
4040

4141
/**
42-
* Wrapper function used for convinient access to the elements.
42+
* Wrapper function used for convenient access to the elements.
4343
* See 'async' method for examples of usage and comparison
4444
* with a regular 'get' method.
4545
*
@@ -139,7 +139,7 @@ define([
139139
* which matches specified search criteria.
140140
*
141141
* @param {Object} data - Data object where to perform a lookup.
142-
* @param {(String|Object|Function)} query - Seach criteria.
142+
* @param {(String|Object|Function)} query - Search criteria.
143143
* @param {Boolean} findAll - Flag that defines whether to
144144
* search for all applicable items or to stop on a first found entry.
145145
* @returns {Array|Object|*}
@@ -322,8 +322,8 @@ define([
322322

323323
/**
324324
* Creates a wrapper function over the provided search query
325-
* in order to provide somehow more convinient access to the
326-
* registrie's items.
325+
* in order to provide somehow more convenient access to the
326+
* registry's items.
327327
*
328328
* @param {(String|Object|Function)} query - Search criteria.
329329
* See 'get' method for the syntax examples.

0 commit comments

Comments
 (0)