From 561adc2e175ad4cc142d1d9997eba5594d793bd0 Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Fri, 29 Nov 2019 10:44:49 -0500 Subject: [PATCH] .. --- yesod-test/Yesod/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index d7a704f4..efa6b107 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -605,7 +605,7 @@ htmlCount query count = do -- | Parses the response body from JSON into a Haskell value, throwing an error if parsing fails. -- --- This function also checks that the @Content-Type@ of the response is @application\/json@. +-- This function also checks that the @Content-Type@ of the response is @application/json@. -- -- ==== __Examples__ --