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)