Skip to content

Commit a726429

Browse files
martcojamesdaily
authored andcommitted
docs($http): update grammar in comments
Closes angular#4186
1 parent a65b708 commit a726429

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/ng/http.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,14 @@ function $HttpProvider() {
121121
};
122122

123123
/**
124-
* Are order by request. I.E. they are applied in the same order as
125-
* array on request, but revers order on response.
124+
* Are ordered by request, i.e. they are applied in the same order as the
125+
* array, on request, but reverse order, on response.
126126
*/
127127
var interceptorFactories = this.interceptors = [];
128+
128129
/**
129-
* For historical reasons, response interceptors ordered by the order in which
130-
* they are applied to response. (This is in revers to interceptorFactories)
130+
* For historical reasons, response interceptors are ordered by the order in which
131+
* they are applied to the response. (This is the opposite of interceptorFactories)
131132
*/
132133
var responseInterceptorFactories = this.responseInterceptors = [];
133134

0 commit comments

Comments
 (0)