diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 83c84422d7..4f38f27f23 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -135,7 +135,7 @@ Convert that method to use `HttpClient` Refresh the browser. The hero data should successfully load from the mock server. -You've swapped `http.get` for `of` and the app keeps working without any other changes +You've swapped `of` for `http.get` and the app keeps working without any other changes because both functions return an `Observable`. ### Http methods return one value