Fix: 't he' => ' the'

Signed-off-by: Anton Strömkvist <anton@stromkvist.com>
This commit is contained in:
Anton Strömkvist 2020-02-27 21:52:13 +01:00 committed by backportbot[bot]
parent 057e1c2628
commit 0458c8055e

View File

@ -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