From 3aa7e0228aa63d169b5b06549caf1a126a842eff Mon Sep 17 00:00:00 2001 From: A7xSV Date: Sat, 9 Dec 2017 12:17:57 +0530 Subject: [PATCH] docs(aio): fix swap value (#20905) 'http.get' has been swapped in for 'of' PR Close #20905 --- aio/content/tutorial/toh-pt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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