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 435f6eecd2
commit 9e6268ba59
1 changed files with 1 additions and 1 deletions

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();
};