Skip to content

Commit d0d7188

Browse files
docs(eager-loading.md): fix typo (sequelize#13161)
1 parent 1cfbd33 commit d0d7188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/advanced-association-concepts/eager-loading.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Eager Loading
22

3-
As briefly mentioned in [the associations guide](assocs.html), eager Loading is the act of querying data of several models at once (one 'main' model and one or more associated models). At the SQL level, this is a query with one or more [joins](https://en.wikipedia.org/wiki/Join_(SQL)).
3+
As briefly mentioned in [the associations guide](assocs.html), eager Loading is the act of querying data of several models at once (one 'main' model and one or more associated models). At the SQL level, this is a query with one or more [joins](https://en.wikipedia.org/wiki/Join_\(SQL\)).
44

55
When this is done, the associated models will be added by Sequelize in appropriately named, automatically created field(s) in the returned objects.
66

0 commit comments

Comments
 (0)