From 3102dc83449cf8b5ea99d3c955503c9957b9d3eb Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Wed, 15 Jan 2020 21:24:09 +0000 Subject: [PATCH] docs: do not add auto-code-links to observables example (#34797) Fixes #34793 PR Close #34797 --- aio/content/guide/observables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/observables.md b/aio/content/guide/observables.md index 7fb36d95e0..648673233f 100644 --- a/aio/content/guide/observables.md +++ b/aio/content/guide/observables.md @@ -17,7 +17,7 @@ To execute the observable you have created and begin receiving notifications, yo Here's an example that demonstrates the basic usage model by showing how an observable could be used to provide geolocation updates. - + ## Defining observers