Skip to content

Commit c8074f2

Browse files
committed
📚 Small documentation change.
1 parent 3eff2b8 commit c8074f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/dummy/app/pods/docs/how-it-works/template.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Let's say in your Ember Data world you have a `User` model.
3131
/** Computed
3232
------------------------------------------------- */
3333

34-
@computed('firstName', 'lastName') fullName() {
34+
@computed('firstName', 'lastName') get fullName() {
3535
return `${this.firstName} ${this.lastName}`;
3636
}
3737
}

0 commit comments

Comments
 (0)