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 1c3f889 commit cbba151Copy full SHA for cbba151
guides/release/components/helper-functions.md
@@ -197,7 +197,7 @@ We can then use this helper in the component's template to get the first letter
197
```handlebars {data-filename="app/components/message.hbs" data-diff="-3,+4"}
198
<Message::Avatar
199
@title="{{@username}}'s avatar"
200
- @initial={{@avatarTitle}}
+ @initial={{@avatarInitial}}
201
@initial={{substring @username 0 1}}
202
@isActive={{@userIsActive}}
203
class={{if @isCurrentUser "current-user"}}
0 commit comments