From b6dc9a3bd006f9ceca7ac9c80931545ee9dc3bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Str=C3=B6mkvist?= Date: Thu, 27 Feb 2020 21:52:13 +0100 Subject: [PATCH] Fix: 't he' => ' the' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anton Strömkvist --- developer_manual/app/publicpage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/publicpage.rst b/developer_manual/app/publicpage.rst index fe2214f2f..2f8a900c2 100644 --- a/developer_manual/app/publicpage.rst +++ b/developer_manual/app/publicpage.rst @@ -4,7 +4,7 @@ Public Pages A lot of apps in Nextcloud want to expose public pages in some form. This can be to share files, a calendar or anything else. To ensure all those pages -benefit fromt he security enhancements we add we created simple controlers +benefit from the security enhancements we add we created simple controlers for app developers to use. Concept