Fix typo in Pet mongoose model (#16943)

s/applicale/applicable/
This commit is contained in:
Sashank Thupukari 2020-09-08 13:00:25 -04:00 committed by GitHub
parent b227691942
commit 4ba3607dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},