Skip to content

Commit

Permalink
docs: updated property typo (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
JAspeling authored Nov 27, 2024
1 parent 618c2d0 commit 4719e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/testing-with-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('HttpClient testing', () => {
spectator.service.collectTodos().subscribe();
const reqs = spectator.expectConcurrent([
{ url: '/api1/todos', method: HttpMethod.GET },
{ URL: '/api2/todos', method: HttpMethod.GET }
{ url: '/api2/todos', method: HttpMethod.GET }
]);

spectator.flushAll(reqs, [{}, {}, {}]);
Expand Down

0 comments on commit 4719e89

Please sign in to comment.