Skip to content

Commit 262f40b

Browse files
authored
Merge pull request #1489 from muziejus/fix-typo
typo: comment should be pluralized.
2 parents ad1e4ee + 9b3e457 commit 262f40b

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)