From fb39c1442610c28c38a8396fbffacbbae862ee14 Mon Sep 17 00:00:00 2001 From: Chris Garrett Date: Fri, 11 Jan 2019 10:26:18 -0800 Subject: [PATCH] fix template --- text/0000-tracked-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-tracked-properties.md b/text/0000-tracked-properties.md index b82fe8dc3d..45d511d1c1 100644 --- a/text/0000-tracked-properties.md +++ b/text/0000-tracked-properties.md @@ -646,7 +646,7 @@ class SomeComponent extends Component { } ``` ```hbs -{{pollInterval}} +{{this.pollInterval}} ``` Let's walk through the flow here: