Skip to content

Commit

Permalink
docs: fix capitalization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 9, 2017
1 parent d6e1458 commit 22befbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/populate.jade
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ block content
justOne: false
});

var Person = mongoose.model('Person', personSchema);
var Band = mongoose.model('Band', bandSchema);
var Person = mongoose.model('Person', PersonSchema);
var Band = mongoose.model('Band', BandSchema);

/**
* Suppose you have 2 bands: "Guns N' Roses" and "Motley Crue"
Expand Down

0 comments on commit 22befbb

Please sign in to comment.