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 87306f3354..1f4a29a8fc 100644 --- a/site/content/tutorial/08-stores/02-auto-subscriptions/text.md +++ b/site/content/tutorial/08-stores/02-auto-subscriptions/text.md @@ -39,6 +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. + You're not limited to using `$count` inside the markup, either — you can use it anywhere in the `