docs(aio): fix broken link in guide/component-interaction (#20411)

add a blank line before line with markdown link
PR Close #20411
This commit is contained in:
Levi Zitting 2017-11-13 20:59:14 -06:00 committed by Jason Aden
parent bf651a504f
commit b9bd3204f2
1 changed files with 1 additions and 0 deletions

View File

@ -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.
<h3 class="no-toc">Test it</h3>
Use [the same countdown timer tests](guide/component-interaction#countdown-tests) as before.
[Back to top](guide/component-interaction#top)