Skip to content

Commit

Permalink
Fix typo in Pet mongoose model (vercel#16943)
Browse files Browse the repository at this point in the history
s/applicale/applicable/
  • Loading branch information
helloworld authored Sep 8, 2020
1 parent b227691 commit 4ba3607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-mongodb-mongoose/models/Pet.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const PetSchema = new mongoose.Schema({
type: Boolean,
},
diet: {
/* List of dietary needs, if applicale */
/* List of dietary needs, if applicable */

type: Array,
},
Expand Down

0 comments on commit 4ba3607

Please sign in to comment.