Skip to content

Commit

Permalink
fix: naming mismatch between documentation and example
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudvalle authored and lehni committed Sep 25, 2024
1 parent 4f089ce commit 5576d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/recipes/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Note that you can only use modifiers registered for the relation's model class.

```js
const people = await Person.query().withGraphFetched(
'[children(defaultSelects), pets(onlyDogs)]'
'[children(defaultSelects), pets(filterDogs)]'
);
```

Expand Down

0 comments on commit 5576d18

Please sign in to comment.