Some small documentation fixes

This commit is contained in:
Eike Kettner
2020-06-12 21:52:22 +02:00
parent 6e42ef9d28
commit 216c89c7d1
3 changed files with 10 additions and 11 deletions

View File

@ -16,7 +16,7 @@ The "raw" `openapi.yml` specification file can be found
[here](openapi/docspell-openapi.yml).
The routes can be divided into protected and unprotected routes. The
unprotected, or open routes are at `/open/*` wihle the protected
unprotected, or open routes are at `/open/*` while the protected
routes are at `/sec/*`. Open routes don't require authenticated access
and can be used by any user. The protected routes require an
authenticated user.