From 3be344cdc2944603ca05c06a30f02eafcd97e8b9 Mon Sep 17 00:00:00 2001 From: Leif Segen Date: Wed, 11 Nov 2020 19:41:06 -0600 Subject: [PATCH] docs: correct appearance of numbering (#39638) Ordered list was appearing as 1,2,*1*,4,5,6 due to code block interrupting the flow. This fixes the list to appear as 1,2,3,4,5,6. PR Close #39638 --- aio/content/guide/zone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/zone.md b/aio/content/guide/zone.md index acafca0602..0f7a5e3d7f 100644 --- a/aio/content/guide/zone.md +++ b/aio/content/guide/zone.md @@ -108,7 +108,7 @@ To understand how change detection works, first consider when the application ne -1. HTTP Data Request. You can also get data from a server through an HTTP request. For example: +3. HTTP Data Request. You can also get data from a server through an HTTP request. For example: ```typescript @Component({