From 375373180960d4ca32250b56484af9463ce65bf5 Mon Sep 17 00:00:00 2001 From: Simon Hilchenbach Date: Sat, 22 Jan 2022 20:55:42 +0100 Subject: [PATCH] Fix spelling mistakes in docs --- docs/content/doc/development/mage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/doc/development/mage.md b/docs/content/doc/development/mage.md index d2d309f56..ab059b131 100644 --- a/docs/content/doc/development/mage.md +++ b/docs/content/doc/development/mage.md @@ -11,9 +11,9 @@ menu: # Mage Vikunja uses [Mage](https://magefile.org/) to script common development tasks and even releasing. -Mage is a pure go solution which allows for greater flexibility and things like better paralelization. +Mage is a pure go solution which allows for greater flexibility and things like better parallelization. -This document explains what taks are available and what they do. +This document explains what tasks are available and what they do. {{< table_of_contents >}}