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.
2 parents ad1e4ee + 9b3e457 commit 262f40bCopy full SHA for 262f40b
docs/ember-data/models.md
@@ -114,7 +114,7 @@ import type User from './user';
114
115
export default class Thread extends Model {
116
@hasMany('comment')
117
- declare comment: AsyncHasMany<Comment>;
+ declare comments: AsyncHasMany<Comment>;
118
119
@hasMany('user', { async: false })
120
declare participants: SyncHasMany<User>;
0 commit comments