We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1a4fe commit 32cc6cbCopy full SHA for 32cc6cb
src/ng/httpBackend.js
@@ -71,7 +71,7 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc
71
// response is in the cache. the promise api will ensure that to the app code the api is
72
// always async
73
xhr.onreadystatechange = function() {
74
- // onreadystatechange might by called multiple times with readyState === 4 on mobile webkit caused by
+ // onreadystatechange might get called multiple times with readyState === 4 on mobile webkit caused by
75
// xhrs that are resolved while the app is in the background (see #5426).
76
// since calling completeRequest sets the `xhr` variable to null, we just check if it's not null before
77
// continuing
0 commit comments