Skip to content

Commit 77f06c8

Browse files
dmzzakategengler
authored andcommitted
[DOC release] Use co-location for another example file path
(cherry picked from commit 4b3bbc0)
1 parent e2c356b commit 77f06c8

File tree

1 file changed

+1
-1
lines changed
  • packages/@ember/-internals/glimmer/lib/modifiers

1 file changed

+1
-1
lines changed

packages/@ember/-internals/glimmer/lib/modifiers/on.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function addEventListener(
220220
For example, if you'd like to run a function on your component when a `<button>`
221221
in the components template is clicked you might do something like:
222222
223-
```app/templates/components/like-post.hbs
223+
```app/components/like-post.hbs
224224
<button {{on 'click' this.saveLike}}>Like this post!</button>
225225
```
226226

0 commit comments

Comments
 (0)