Skip to content

Commit aeb8462

Browse files
committed
typo: comment should be pluralized.
1 parent 48bf736 commit aeb8462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ember-data/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ import type User from './user';
114114

115115
export default class Thread extends Model {
116116
@hasMany('comment')
117-
declare comment: AsyncHasMany<Comment>;
117+
declare comments: AsyncHasMany<Comment>;
118118

119119
@hasMany('user', { async: false })
120120
declare participants: SyncHasMany<User>;

0 commit comments

Comments
 (0)