Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@ You can download the PDF and Epub version of this repository from the latest run
): Observable<HttpEvent<any>> {

return next.handle(req).do(event => {
if (eventt instanceof HttpResponse) {
if (event instanceof HttpResponse) {
// Code goes here
}
});
Expand Down