Skip to content

Commit

Permalink
Fix keystonejs#4815: Typo in Getting started part 4 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Oct 2, 2018
1 parent e7a513e commit 0f35d0a
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 @@ -201,7 +201,7 @@ This leaves us with a file looking like:

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

module.exports = function (req, res) {
if (!req.body.name || !req.body.startTime || !req.body.endTime) {
Expand Down

0 comments on commit 0f35d0a

Please sign in to comment.