Skip to content

Commit

Permalink
Fix typo in part 4 of tutorial (thanks @ebrahimamer)
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Sep 25, 2018
1 parent 1884b3e commit e7a513e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting Started/Setting-Up/part-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ We will require a few packages before we come back to our route function:

```javascript
var keystone = require('keystone');
var Event = keystone.list('Event');
var Event = keystone.List('Event');
```

With these set up, we can start looking at how to save the data.
Expand Down

0 comments on commit e7a513e

Please sign in to comment.