From 010a4efa8cea34ee47d035bb20575d06d83ff951 Mon Sep 17 00:00:00 2001 From: Anuj Date: Tue, 17 Apr 2018 12:00:56 +0530 Subject: [PATCH] docs(aio): Fixed typo in 'comparing observables -> Observabled compared (#23407) to arrays' section. PR Close #23407 --- aio/content/guide/comparing-observables.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/comparing-observables.md b/aio/content/guide/comparing-observables.md index 5e7b9b0ca4..743ae11658 100644 --- a/aio/content/guide/comparing-observables.md +++ b/aio/content/guide/comparing-observables.md @@ -249,7 +249,7 @@ An observable produces values over time. An array is created as a static set of
➞5
-
arr.find((v) => v>10)
+
arr.find((v) => v>3)
5
@@ -273,8 +273,8 @@ An observable produces values over time. An array is created as a static set of 1 2 3 -4 -5 +5 +7
arr.forEach((v) => {
@@ -283,8 +283,8 @@ An observable produces values over time. An array is created as a static set of
 1
 2
 3
-4
-5
+5 +7