diff --git a/doc/md/crud.mdx b/doc/md/crud.mdx index c31456359..447673922 100644 --- a/doc/md/crud.mdx +++ b/doc/md/crud.mdx @@ -484,7 +484,7 @@ n, err := client.Pet. Count(ctx) ``` -Select partial objects and partial associations.gs +Select partial objects and partial associations. Get all pets and their owners, but select and fill only the `ID` and `Name` fields. ```go