Merge pull request #1206 from filisko/patch-1

Typo fix
This commit is contained in:
violoncello.ch 2019-01-28 15:30:02 +01:00 committed by GitHub
commit 0a35ee7218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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