We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b431e commit 1fe859fCopy full SHA for 1fe859f
guides/writing-addons/intro-tutorial.md
@@ -38,7 +38,7 @@ Some files go in the `app` directory, while others go into the `addon` directory
38
Let's say that our addon should wrap some content in a button tag. The addon template should look like this:
39
40
```handlebars {data-filename=addon/components/my-component-name.hbs}
41
-<button>{{buttonLabel}}</button>
+<button>{{@buttonLabel}}</button>
42
```
43
44
<!-- alex disable just -->
0 commit comments