Skip to content

Commit 82a4942

Browse files
committed
update generated readme
1 parent f8a67e6 commit 82a4942

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

transforms/no-implicit-this/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
302302
{{my-component (my-helper property)}}
303303
{{my-component (my-helper "string")}}
304304
{{my-component (my-helper 1)}}
305+
{{get this 'key'}}
305306
306307
307308
```
@@ -316,7 +317,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
316317
{{my-component (my-helper this.property)}}
317318
{{my-component (my-helper "string")}}
318319
{{my-component (my-helper 1)}}
319-
320+
{{get this 'key'}}
320321
321322
```
322323
---

0 commit comments

Comments
 (0)