From 055d98d05f7b0926f59d6707db604f4cbddecdbc Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 2 May 2019 11:23:28 -0400 Subject: [PATCH] tweaks --- site/content/tutorial/08-stores/02-auto-subscriptions/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/tutorial/08-stores/02-auto-subscriptions/text.md b/site/content/tutorial/08-stores/02-auto-subscriptions/text.md index 1f4a29a8fc..af584261f4 100644 --- a/site/content/tutorial/08-stores/02-auto-subscriptions/text.md +++ b/site/content/tutorial/08-stores/02-auto-subscriptions/text.md @@ -39,8 +39,8 @@ It starts to get a bit boilerplatey though, especially if your component subscri

The count is {$count}

``` -> Autosubscription only works on store variables either declared or imported at the top-level scope of a component. +> Auto-subscription only works with store variables that are declared (or imported) at the top-level scope of a component. You're not limited to using `$count` inside the markup, either — you can use it anywhere in the `