Skip to content

Commit

Permalink
Merge pull request #19850 from pbernery/patch-1
Browse files Browse the repository at this point in the history
Slight fix in the code documentation
  • Loading branch information
locks authored Nov 19, 2021
2 parents c8adf78 + 40905c5 commit f36455c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/glimmer/lib/helpers/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
```
For a more complex example, this template would allow the user to switch
between showing the user's height and weight with a click:
between showing the user's name and preferred coding language with a click:
```app/components/developer-detail.js
import Component from '@glimmer/component';
Expand Down

0 comments on commit f36455c

Please sign in to comment.