Skip to content

Commit 125a525

Browse files
authored
docs: rectify typo in title (#47)
1 parent 999549b commit 125a525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/relationships/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const users = store.$repo(User).with('posts', (query) => {
120120
}).get()
121121
```
122122

123-
### Lazy Relatinship Loading
123+
### Lazy Relationship Loading
124124

125125
Sometimes you may need to load a relationship after the model has already been retrieved. For example, this may be useful if you need to dynamically decide whether to load related models. You may use `load` method on a repository to load relationships on the fly in such a case.
126126

0 commit comments

Comments
 (0)