diff --git a/server/config/env/production.js b/server/config/env/production.js index 61c89b70..01aea3b7 100644 --- a/server/config/env/production.js +++ b/server/config/env/production.js @@ -86,7 +86,7 @@ module.exports = { * If, in production, this app has access to physical-layer CASCADE * constraints (e.g. PostgreSQL or MySQL), then set those up in the * database and uncomment this to disable Waterline's `cascadeOnDestroy` - * polyfill. (Otherwise, if you are using a databse like Mongo, you might + * polyfill. (Otherwise, if you are using a database like Mongo, you might * choose to keep this enabled.) * */