Skip to content

Commit

Permalink
chore(docs): minor typos in tutorial (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldo authored Sep 6, 2020
1 parent 476af07 commit dce5df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Mutation {
## Model the domain: Part 2
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.
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.
```ts
// api/graphql/Post.ts
Expand Down

0 comments on commit dce5df1

Please sign in to comment.