@@ -17,7 +17,7 @@ define([
17
17
var privateData = new WeakMap ( ) ;
18
18
19
19
/**
20
- * Extarcts private items storage associated
20
+ * Extracts private item storage associated
21
21
* with a provided registry instance.
22
22
*
23
23
* @param {Object } container
@@ -39,7 +39,7 @@ define([
39
39
}
40
40
41
41
/**
42
- * Wrapper function used for convinient access to the elements.
42
+ * Wrapper function used for convenient access to the elements.
43
43
* See 'async' method for examples of usage and comparison
44
44
* with a regular 'get' method.
45
45
*
@@ -139,7 +139,7 @@ define([
139
139
* which matches specified search criteria.
140
140
*
141
141
* @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.
143
143
* @param {Boolean } findAll - Flag that defines whether to
144
144
* search for all applicable items or to stop on a first found entry.
145
145
* @returns {Array|Object|* }
@@ -322,8 +322,8 @@ define([
322
322
323
323
/**
324
324
* 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.
327
327
*
328
328
* @param {(String|Object|Function) } query - Search criteria.
329
329
* See 'get' method for the syntax examples.
0 commit comments