From 2cda5c21eb908fe7404dbae04e066335b048612a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Sun, 21 May 2023 20:47:44 +0200 Subject: [PATCH] Fix typo --- src/Css.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Css.elm b/src/Css.elm index c3812b72..9d4c351a 100644 --- a/src/Css.elm +++ b/src/Css.elm @@ -302,7 +302,7 @@ values. Because only one `css` attribute per element has any effect, you cannot reuse styles after compiling them to attributes. Trying to reuse styles by using -multiple attributes will not not work: +multiple attributes will not work: greenBorder : Attribute msg greenBorder =