@@ -1838,7 +1838,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1838
1838
* @param {(Object|function(Object))= } headers HTTP headers or function that receives http header
1839
1839
* object and returns true if the headers match the current definition.
1840
1840
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1841
- * control how a matched request is handled.
1841
+ * controls how a matched request is handled.
1842
1842
*
1843
1843
* - respond –
1844
1844
* `{function([status,] data[, headers, statusText])
@@ -1861,7 +1861,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1861
1861
* @param {string|RegExp } url HTTP url.
1862
1862
* @param {(Object|function(Object))= } headers HTTP headers.
1863
1863
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1864
- * control how a matched request is handled.
1864
+ * controls how a matched request is handled.
1865
1865
*/
1866
1866
1867
1867
/**
@@ -1874,7 +1874,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1874
1874
* @param {string|RegExp } url HTTP url.
1875
1875
* @param {(Object|function(Object))= } headers HTTP headers.
1876
1876
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1877
- * control how a matched request is handled.
1877
+ * controls how a matched request is handled.
1878
1878
*/
1879
1879
1880
1880
/**
@@ -1887,7 +1887,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1887
1887
* @param {string|RegExp } url HTTP url.
1888
1888
* @param {(Object|function(Object))= } headers HTTP headers.
1889
1889
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1890
- * control how a matched request is handled.
1890
+ * controls how a matched request is handled.
1891
1891
*/
1892
1892
1893
1893
/**
@@ -1901,7 +1901,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1901
1901
* @param {(string|RegExp)= } data HTTP request body.
1902
1902
* @param {(Object|function(Object))= } headers HTTP headers.
1903
1903
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1904
- * control how a matched request is handled.
1904
+ * controls how a matched request is handled.
1905
1905
*/
1906
1906
1907
1907
/**
@@ -1915,7 +1915,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1915
1915
* @param {(string|RegExp)= } data HTTP request body.
1916
1916
* @param {(Object|function(Object))= } headers HTTP headers.
1917
1917
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1918
- * control how a matched request is handled.
1918
+ * controls how a matched request is handled.
1919
1919
*/
1920
1920
1921
1921
/**
@@ -1929,7 +1929,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1929
1929
* @param {(string|RegExp)= } data HTTP request body.
1930
1930
* @param {(Object|function(Object))= } headers HTTP headers.
1931
1931
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1932
- * control how a matched request is handled.
1932
+ * controls how a matched request is handled.
1933
1933
*/
1934
1934
1935
1935
/**
@@ -1941,7 +1941,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
1941
1941
*
1942
1942
* @param {string|RegExp } url HTTP url.
1943
1943
* @returns {requestHandler } Returns an object with `respond` and `passThrough` methods that
1944
- * control how a matched request is handled.
1944
+ * controls how a matched request is handled.
1945
1945
*/
1946
1946
angular . mock . e2e = { } ;
1947
1947
angular . mock . e2e . $httpBackendDecorator =
0 commit comments