From da463ce97206ca051bbe8f65ce7d6df2fbc5485b Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 4 Jul 2023 20:37:53 +0200 Subject: [PATCH] Fixed typo in Main.elm (homepage) --- website/elm/Main.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/elm/Main.elm b/website/elm/Main.elm index d686a6e0..1545e07b 100644 --- a/website/elm/Main.elm +++ b/website/elm/Main.elm @@ -291,7 +291,7 @@ mainHero _ = , p [ class "px-2 text-center text-xl font-light shadow max-w-prose font-sans" ] [ text "Docspell assists in organizing your piles of " , text "digital documents, resulting from scanners, e-mails " - , text "and other sources with miminal effort." + , text "and other sources with minimal effort." ] , div [ class "mt-4 flex flex-col space-y-2 text-2xl"