From e25594e4237a0f046a648bc8f3d656cf8e27e2f4 Mon Sep 17 00:00:00 2001 From: Yoo Chung Date: Mon, 21 Oct 2024 13:47:40 -0400 Subject: [PATCH] Typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Manuel Bärenz --- spec/Clay/GeometrySpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Clay/GeometrySpec.hs b/spec/Clay/GeometrySpec.hs index 3cc62c6..7eb08a4 100644 --- a/spec/Clay/GeometrySpec.hs +++ b/spec/Clay/GeometrySpec.hs @@ -49,5 +49,5 @@ spec = do evaluate (compactRender $ aspectRatio $ auto `withFallback` auto) `shouldThrow` anyErrorCall evaluate (compactRender $ aspectRatio $ (4%3) `withFallback` (4%3)) `shouldThrow` anyErrorCall - it "has arbtrary other value" $ do + it "has arbitrary other value" $ do compactRender (aspectRatio $ other "not valid") `shouldBe` "{aspect-ratio:not valid}"