Skip to content

Commit 00feb44

Browse files
authored
docs(query builder): fix example of append (robsontenorio#138)
1 parent 60eabff commit 00feb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/api/query-builder-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await Model.include('user', 'category')
2222
Append attributes.
2323

2424
```js
25-
await Model.include('likes')
25+
await Model.append('likes')
2626
```
2727

2828
## `select`

0 commit comments

Comments
 (0)