Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vojvodicn23 committed Sep 15, 2024
1 parent 8986947 commit 90b69f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class AppComponent implements OnInit {
console.log(error);
},
2, // OPTIONAL - retry count
1000, // OTIONAL - retry delay
1000, // OPTIONAL - retry delay
)
).subscribe();
}
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-http-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class AppComponent implements OnInit {
console.log(error);
},
2, // OPTIONAL - retry count
1000, // OTIONAL - retry delay
1000, // OPTIONAL - retry delay
)
).subscribe();
}
Expand Down

0 comments on commit 90b69f8

Please sign in to comment.