Skip to content

Commit 40c4354

Browse files
Update guides/relationships/features/links-mode.md
Co-authored-by: Krystan HuffMenne <kmenne+github@gmail.com>
1 parent 3e34074 commit 40c4354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/relationships/features/links-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default class User extends Model {
122122
}
123123
```
124124

125-
This works for both `async` and `non-async` relationships and only changes the fetching behavior of the field it is defined on. So for instance, in the example above, `homeAddress` is fetched in links mode while `<Address>.residents` might still be using the legacy adapter experience.
125+
This works for both `async` and `non-async` relationships and only changes the fetching behavior of the field it is defined on. For instance, in the example above, `homeAddress` is fetched in links mode while `<Address>.residents` might still be using the legacy adapter experience.
126126

127127
### For A SchemaRecord in LegacyMode
128128

0 commit comments

Comments
 (0)