From bb118b14a6241420e365053bb2a7fca93a4b2652 Mon Sep 17 00:00:00 2001 From: Filis Futsarov Date: Mon, 28 Jan 2019 14:40:52 +0100 Subject: [PATCH] Typo --- 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 5626f61ba..fe2214f2f 100644 --- a/developer_manual/app/publicpage.rst +++ b/developer_manual/app/publicpage.rst @@ -19,7 +19,7 @@ If a public page is password protected by default we will show the normal authen page to enter the password. A public page can also call other endpoints. These endpoints operate very similarly -witht he difference that if the user is not properly authenticated it will throw a 404. +with the difference that if the user is not properly authenticated it will throw a 404. It is required that you have a parameter (probaby in your url) with the ``token``. As an example your ``routes.php`` could look like: