Skip to content

Commit

Permalink
Merge pull request #4881 from Eyecone/patch-1
Browse files Browse the repository at this point in the history
part-2.md fix copypasta error
  • Loading branch information
JedWatson authored Apr 5, 2019
2 parents a115364 + 270114f commit 4c81c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Getting Started/Setting-Up/part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Event.schema.pre('save', function (next) {
return next();
});

Event.defaultColumns = 'displayName, email';
Event.defaultColumns = 'name, description';
Event.register();
```

Expand Down

0 comments on commit 4c81c85

Please sign in to comment.