From fc2cc4a1555ca7e63ff902cde62380035a60ebb8 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Mon, 3 Apr 2023 02:11:49 +0200 Subject: [PATCH] fix: spelling --- pkg/routes/routes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index 92fb53db2..c9825fe68 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -15,7 +15,7 @@ // along with this program. If not, see . // @title Vikunja API -// @description This is the documentation for the [Vikunja](https://vikunja.io) API. Vikunja is a cross-plattform To-do-application with a lot of features, such as sharing projects with users or teams. +// @description This is the documentation for the [Vikunja](https://vikunja.io) API. Vikunja is a cross-platform To-do-application with a lot of features, such as sharing projects with users or teams. // @description # Pagination // @description Every endpoint capable of pagination will return two headers: @@ -27,7 +27,7 @@ // @description # Authorization // @description **JWT-Auth:** Main authorization method, used for most of the requests. Needs `Authorization: Bearer `-header to authenticate successfully. // @description -// @description **BasicAuth:** Only used when requesting tasks via caldav. +// @description **BasicAuth:** Only used when requesting tasks via CalDAV. // @description // @BasePath /api/v1