From b9bd3204f28a2cc88043d9741242683539e6a5cb Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Mon, 13 Nov 2017 20:59:14 -0600 Subject: [PATCH] docs(aio): fix broken link in guide/component-interaction (#20411) add a blank line before line with markdown link PR Close #20411 --- aio/content/guide/component-interaction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/guide/component-interaction.md b/aio/content/guide/component-interaction.md index 69d07c8c55..3a07f918a9 100644 --- a/aio/content/guide/component-interaction.md +++ b/aio/content/guide/component-interaction.md @@ -356,6 +356,7 @@ Use `setTimeout()` to wait one tick and then revise the `seconds()` method so that it takes future values from the timer component.

Test it

+ Use [the same countdown timer tests](guide/component-interaction#countdown-tests) as before. [Back to top](guide/component-interaction#top)