Skip to content

Commit 53cee43

Browse files
fix typo in code example
1 parent b348ba2 commit 53cee43

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)