From 3026a1bf9b8236c233e325d6a9f60ce0c70179b6 Mon Sep 17 00:00:00 2001 From: Adel Atallah <2213999+atallahade@users.noreply.github.com> Date: Mon, 30 Jul 2018 22:14:43 +0200 Subject: [PATCH 1/2] Fix an anchor link in the readme file --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 150d21bba..06de86b5d 100644 --- a/readme.md +++ b/readme.md @@ -82,4 +82,4 @@ any later version. If you wish to use this technology in a proprietary product, sales@xwiki.com. [ChainPad]: https://github.com/xwiki-contrib/chainpad -[active attack]: https://en.wikipedia.org/wiki/Attack_(computing)#Types_of_attacks +[active attack]: https://en.wikipedia.org/wiki/Attack_(computing)#Types_of_attack From 6d4cf50fa87034d43e397710aa4328ac2f1442b8 Mon Sep 17 00:00:00 2001 From: Adel Atallah <2213999+atallahade@users.noreply.github.com> Date: Wed, 1 Aug 2018 21:53:03 +0200 Subject: [PATCH 2/2] Fix typo --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 1d85d6c96..98d1889fd 100644 --- a/config.example.js +++ b/config.example.js @@ -276,7 +276,7 @@ module.exports = { */ blobStagingPath: './blobstage', - /* CryptPad's file storage adaptor closes unused files after a configurale + /* CryptPad's file storage adaptor closes unused files after a configurable * number of milliseconds (default 30000 (30 seconds)) */ channelExpirationMs: 30000,