docs(http): fix a typo in code comment (#22327)

PR Close #22327
This commit is contained in:
Ricardo M 2018-02-20 13:22:55 +01:00 committed by Victor Berchet
parent 484802cd2a
commit c2f78e1ca3

View File

@ -156,7 +156,7 @@ export class JsonpClientBackend implements HttpBackend {
statusText: 'OK', url,
}));
// Complete the stream, the resposne is over.
// Complete the stream, the response is over.
observer.complete();
};