From 787c0b7669faaa2fd5099f3852e4f9f155d44271 Mon Sep 17 00:00:00 2001 From: Oliver Geer Date: Thu, 19 Mar 2026 21:43:21 +0000 Subject: [PATCH] Fix typo "presentantion" --- FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.rst b/FAQ.rst index 1b280ea3..569ccd0e 100644 --- a/FAQ.rst +++ b/FAQ.rst @@ -183,7 +183,7 @@ The way encryption is currently used in CryptPad does not allow syncing with the What is the relationship between CryptPad and OnlyOffice? --------------------------------------------------------- -The CryptPad :ref:`app_documents`, :ref:`app_presentation` & :ref:`app_sheets` applications are an `OnlyOffice Docs `_ integration. However, this only concerns the client-side code, CryptPad does not make use of the OnlyOffice Document Server. CryptPad's encrypted collaboration, used for document, presentantion & spreadsheets and other applications, is completely different from the encryption system used in parts of upstream OnlyOffice. Some of CryptPad's file format conversion tools are based on OnlyOffice code, but substantial work has been done to make it run in the browser rather than on the server, therefore avoiding the need to reveal the contents of users' documents when converting. +The CryptPad :ref:`app_documents`, :ref:`app_presentation` & :ref:`app_sheets` applications are an `OnlyOffice Docs `_ integration. However, this only concerns the client-side code, CryptPad does not make use of the OnlyOffice Document Server. CryptPad's encrypted collaboration, used for document, presentation & spreadsheets and other applications, is completely different from the encryption system used in parts of upstream OnlyOffice. Some of CryptPad's file format conversion tools are based on OnlyOffice code, but substantial work has been done to make it run in the browser rather than on the server, therefore avoiding the need to reveal the contents of users' documents when converting. How Secure is CryptPad? -----------------------