From d16852898f9403045dc032629a4034285d2d2b05 Mon Sep 17 00:00:00 2001 From: Dan Lipsitt Date: Tue, 20 Jun 2017 13:23:34 -0700 Subject: [PATCH] docs(aio): fix numbered list in testing.md This list renders OK in the github UI but not at https://angular.io/guide/testing#setup --- aio/content/guide/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 867c659cf6..0f44f8bfd7 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -160,6 +160,7 @@ This guide describes specific choices that are known to work well. ### Setup There are two fast paths to getting started with unit testing. + 1. Start a new project following the instructions in [Setup](guide/setup "Setup"). 1. Start a new project with the