From 51ada936d9422f2367c77e2cca01fd0d9889f140 Mon Sep 17 00:00:00 2001 From: Hadrien Blanc Date: Wed, 11 Mar 2026 13:27:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20documentation=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config/env/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) * */