Fixed typo in Main.elm (homepage)

This commit is contained in:
Samuel 2023-07-04 20:37:53 +02:00 committed by GitHub
parent 2771589459
commit da463ce972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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