diff --git a/docs/content/getting-started.md b/docs/content/getting-started.md index 7e00227335..caa63c1089 100644 --- a/docs/content/getting-started.md +++ b/docs/content/getting-started.md @@ -111,7 +111,7 @@ type Resolver struct{ } ``` -Returning to `graph/schema.resolvers.go`, let's implement the bodies of our automatically generated resolver functions: +Returning to `graph/schema.resolvers.go`, let's implement the bodies of those automatically generated resolver functions: ```go func (r *mutationResolver) CreateTodo(ctx context.Context, input model.NewTodo) (*model.Todo, error) {