Skip to content

Commit 7a02ddb

Browse files
authored
Merge pull request sudheerj#70 from vladkasianenko/vladkasianenko-patch-1
fix typo in code example
2 parents b348ba2 + 53cee43 commit 7a02ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ You can download the PDF and Epub version of this repository from the latest run
29912991
): Observable<HttpEvent<any>> {
29922992
29932993
return next.handle(req).do(event => {
2994-
if (eventt instanceof HttpResponse) {
2994+
if (event instanceof HttpResponse) {
29952995
// Code goes here
29962996
}
29972997
});

0 commit comments

Comments
 (0)