@@ -1276,7 +1276,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1276
1276
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1277
1277
* and returns true if the url match the current definition.
1278
1278
* @param {(Object|function(Object))= } headers HTTP headers.
1279
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1279
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1280
1280
* request is handled. You can save this object for later use and invoke `respond` again in
1281
1281
* order to change how a matched request is handled.
1282
1282
*/
@@ -1290,7 +1290,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1290
1290
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1291
1291
* and returns true if the url match the current definition.
1292
1292
* @param {(Object|function(Object))= } headers HTTP headers.
1293
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1293
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1294
1294
* request is handled. You can save this object for later use and invoke `respond` again in
1295
1295
* order to change how a matched request is handled.
1296
1296
*/
@@ -1304,7 +1304,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1304
1304
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1305
1305
* and returns true if the url match the current definition.
1306
1306
* @param {(Object|function(Object))= } headers HTTP headers.
1307
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1307
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1308
1308
* request is handled. You can save this object for later use and invoke `respond` again in
1309
1309
* order to change how a matched request is handled.
1310
1310
*/
@@ -1320,7 +1320,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1320
1320
* @param {(string|RegExp|function(string))= } data HTTP request body or function that receives
1321
1321
* data string and returns true if the data is as expected.
1322
1322
* @param {(Object|function(Object))= } headers HTTP headers.
1323
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1323
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1324
1324
* request is handled. You can save this object for later use and invoke `respond` again in
1325
1325
* order to change how a matched request is handled.
1326
1326
*/
@@ -1336,7 +1336,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1336
1336
* @param {(string|RegExp|function(string))= } data HTTP request body or function that receives
1337
1337
* data string and returns true if the data is as expected.
1338
1338
* @param {(Object|function(Object))= } headers HTTP headers.
1339
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1339
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1340
1340
* request is handled. You can save this object for later use and invoke `respond` again in
1341
1341
* order to change how a matched request is handled.
1342
1342
*/
@@ -1349,7 +1349,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1349
1349
*
1350
1350
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1351
1351
* and returns true if the url match the current definition.
1352
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1352
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1353
1353
* request is handled. You can save this object for later use and invoke `respond` again in
1354
1354
* order to change how a matched request is handled.
1355
1355
*/
@@ -1370,7 +1370,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1370
1370
* is in JSON format.
1371
1371
* @param {(Object|function(Object))= } headers HTTP headers or function that receives http header
1372
1372
* object and returns true if the headers match the current expectation.
1373
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1373
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1374
1374
* request is handled. You can save this object for later use and invoke `respond` again in
1375
1375
* order to change how a matched request is handled.
1376
1376
*
@@ -1405,7 +1405,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1405
1405
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1406
1406
* and returns true if the url match the current definition.
1407
1407
* @param {Object= } headers HTTP headers.
1408
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1408
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1409
1409
* request is handled. You can save this object for later use and invoke `respond` again in
1410
1410
* order to change how a matched request is handled. See #expect for more info.
1411
1411
*/
@@ -1419,7 +1419,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1419
1419
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1420
1420
* and returns true if the url match the current definition.
1421
1421
* @param {Object= } headers HTTP headers.
1422
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1422
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1423
1423
* request is handled. You can save this object for later use and invoke `respond` again in
1424
1424
* order to change how a matched request is handled.
1425
1425
*/
@@ -1433,7 +1433,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1433
1433
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1434
1434
* and returns true if the url match the current definition.
1435
1435
* @param {Object= } headers HTTP headers.
1436
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1436
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1437
1437
* request is handled. You can save this object for later use and invoke `respond` again in
1438
1438
* order to change how a matched request is handled.
1439
1439
*/
@@ -1450,7 +1450,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1450
1450
* receives data string and returns true if the data is as expected, or Object if request body
1451
1451
* is in JSON format.
1452
1452
* @param {Object= } headers HTTP headers.
1453
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1453
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1454
1454
* request is handled. You can save this object for later use and invoke `respond` again in
1455
1455
* order to change how a matched request is handled.
1456
1456
*/
@@ -1467,7 +1467,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1467
1467
* receives data string and returns true if the data is as expected, or Object if request body
1468
1468
* is in JSON format.
1469
1469
* @param {Object= } headers HTTP headers.
1470
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1470
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1471
1471
* request is handled. You can save this object for later use and invoke `respond` again in
1472
1472
* order to change how a matched request is handled.
1473
1473
*/
@@ -1484,7 +1484,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1484
1484
* receives data string and returns true if the data is as expected, or Object if request body
1485
1485
* is in JSON format.
1486
1486
* @param {Object= } headers HTTP headers.
1487
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1487
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1488
1488
* request is handled. You can save this object for later use and invoke `respond` again in
1489
1489
* order to change how a matched request is handled.
1490
1490
*/
@@ -1497,7 +1497,7 @@ function createHttpBackendMock($rootScope, $timeout, $delegate, $browser) {
1497
1497
*
1498
1498
* @param {string|RegExp|function(string) } url HTTP url or function that receives the url
1499
1499
* and returns true if the url match the current definition.
1500
- * @returns {requestHandler } Returns an object with `respond` method that control how a matched
1500
+ * @returns {requestHandler } Returns an object with `respond` method that controls how a matched
1501
1501
* request is handled. You can save this object for later use and invoke `respond` again in
1502
1502
* order to change how a matched request is handled.
1503
1503
*/
0 commit comments