Skip to content

Commit

Permalink
docs: Update a typo in Schema - Lists & Fields (keystonejs#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkgoch authored and jordanoverbye committed Nov 14, 2019
1 parent f3e9902 commit 92f9113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ keystone.createList('User', {
});
```

In this exaple, when a new `Todo` item is created, we can set the `createdBy`
In this example, when a new `Todo` item is created, we can set the `createdBy`
field as part of the mutation:

```graphql
Expand Down

0 comments on commit 92f9113

Please sign in to comment.