diff --git a/docs/docs/tutorial/chapter2/side-quest.md b/docs/docs/tutorial/chapter2/side-quest.md index 81a87391ef97..ed1c279f47b6 100644 --- a/docs/docs/tutorial/chapter2/side-quest.md +++ b/docs/docs/tutorial/chapter2/side-quest.md @@ -95,7 +95,7 @@ In this example, Redwood will look in `api/src/services/posts/posts.{js,ts}` for - `updatePost({ id, input })` - `deletePost({ id })` -To implement these, simply export them from the services file. They will usually get your data from a database, but they can do anything you want, as long as they return the proper types that Apollo expects based on what you defined in `posts.sdl.{js,ts}`. +To implement these, simply export them from the services file. They will usually get your data from a database, but they can do anything you want, as long as they return the proper types that GraphQL Yoga expects based on what you defined in `posts.sdl.{js,ts}`. diff --git a/docs/versioned_docs/version-1.5/tutorial/chapter2/side-quest.md b/docs/versioned_docs/version-1.5/tutorial/chapter2/side-quest.md index 81a87391ef97..ed1c279f47b6 100644 --- a/docs/versioned_docs/version-1.5/tutorial/chapter2/side-quest.md +++ b/docs/versioned_docs/version-1.5/tutorial/chapter2/side-quest.md @@ -95,7 +95,7 @@ In this example, Redwood will look in `api/src/services/posts/posts.{js,ts}` for - `updatePost({ id, input })` - `deletePost({ id })` -To implement these, simply export them from the services file. They will usually get your data from a database, but they can do anything you want, as long as they return the proper types that Apollo expects based on what you defined in `posts.sdl.{js,ts}`. +To implement these, simply export them from the services file. They will usually get your data from a database, but they can do anything you want, as long as they return the proper types that GraphQL Yoga expects based on what you defined in `posts.sdl.{js,ts}`.