We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337524f + 1fe6bf3 commit 4914cbdCopy full SHA for 4914cbd
addon/-private/system/references/belongs-to.js
@@ -189,7 +189,7 @@ BelongsToReference.prototype.link = function() {
189
```
190
191
@method meta
192
- @return {Object} The meta information for the belongs-oo relationship.
+ @return {Object} The meta information for the belongs-to relationship.
193
*/
194
BelongsToReference.prototype.meta = function() {
195
return this.belongsToRelationship.meta;
addon/-private/system/references/has-many.js
@@ -158,8 +158,7 @@ HasManyReference.prototype.ids = function() {
158
};
159
160
/**
161
- The link Ember Data will use to fetch or reload this has-many
162
- relationship.
+ The meta data for the has-many relationship.
163
164
Example
165
0 commit comments