Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Bärenz <[email protected]>
  • Loading branch information
chungyc and turion committed Oct 21, 2024
1 parent df39424 commit e25594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Clay/GeometrySpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit e25594e

Please sign in to comment.