From da2ff50ff8065051149f15fc944be31d3e228f7d Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 13 Jul 2023 05:34:02 -0700 Subject: [PATCH] doc: remove useless wording (#3640) --- doc/md/crud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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