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

Commit 32cc6cb

Browse files
campersauIgorMinar
authored andcommitted
style($httpBackend): fix typo
1 parent 3b1a4fe commit 32cc6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/httpBackend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function createHttpBackend($browser, createXhr, $browserDefer, callbacks, rawDoc
7171
// response is in the cache. the promise api will ensure that to the app code the api is
7272
// always async
7373
xhr.onreadystatechange = function() {
74-
// onreadystatechange might by called multiple times with readyState === 4 on mobile webkit caused by
74+
// onreadystatechange might get called multiple times with readyState === 4 on mobile webkit caused by
7575
// xhrs that are resolved while the app is in the background (see #5426).
7676
// since calling completeRequest sets the `xhr` variable to null, we just check if it's not null before
7777
// continuing

0 commit comments

Comments
 (0)