Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0868a07

Browse files
martcopetebacondarwin
authored andcommitted
docs($http): update grammar in comments
Closes #4186
1 parent d79822e commit 0868a07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/ng/http.js

Lines changed: 5 additions & 4 deletions
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)