Skip to content

Commit cbba151

Browse files
talltorpMinThaMie
authored andcommitted
Use avatarInitial for the global helpers documentation as well
1 parent 1c3f889 commit cbba151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/components/helper-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ We can then use this helper in the component's template to get the first letter
197197
```handlebars {data-filename="app/components/message.hbs" data-diff="-3,+4"}
198198
<Message::Avatar
199199
@title="{{@username}}'s avatar"
200-
@initial={{@avatarTitle}}
200+
@initial={{@avatarInitial}}
201201
@initial={{substring @username 0 1}}
202202
@isActive={{@userIsActive}}
203203
class={{if @isCurrentUser "current-user"}}

0 commit comments

Comments
 (0)