From e386479770f5a6bcd15b76b1cffd0b98853737af Mon Sep 17 00:00:00 2001 From: Josep Alsina Date: Wed, 3 Dec 2025 09:46:22 +0100 Subject: [PATCH] typo --- config/config.example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index 50a79a7af..33d6be783 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -256,8 +256,8 @@ module.exports = { */ archivePath: './data/archive', - /* CryptPad allows logged in users to request that particular documents be - * stored by the server indefinitely. This is called 'pinning'. + /* CryptPad allows logged in users to request that the server + * store particular documents indefinitely. This is called 'pinning'. * Pin requests are stored in a pin-store. The location of this store is * defined here. */