Skip to content

Commit dce5df1

Browse files
authored
chore(docs): minor typos in tutorial (#1396)
1 parent 476af07 commit dce5df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/010-getting-started/03-tutorial/04-chapter-3-adding-mutations-to-your-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Mutation {
166166
167167
## Model the domain: Part 2
168168
169-
Before we wrap this chapter let's flush out our schema a bit more. We'll add a `publish` mutation to transform a draft into an actual published post, then we'll let API clients read the the published posts.
169+
Before we wrap this chapter let's flesh out our schema a bit more. We'll add a `publish` mutation to transform a draft into an actual published post, then we'll let API clients read the published posts.
170170
171171
```ts
172172
// api/graphql/Post.ts

0 commit comments

Comments
 (0)