diff --git a/yesod-test/Yesod/Test.hs b/yesod-test/Yesod/Test.hs index 1301797d..d71ebd74 100644 --- a/yesod-test/Yesod/Test.hs +++ b/yesod-test/Yesod/Test.hs @@ -187,7 +187,7 @@ data RequestPart -- | The RequestBuilder state monad constructs an url encoded string of arguments -- to send with your requests. Some of the functions that run on it use the current --- response to analize the forms that the server is expecting to receive. +-- response to analyze the forms that the server is expecting to receive. type RequestBuilder site = ST.StateT (RequestBuilderData site) IO -- | Start describing a Tests suite keeping cookies and a reference to the tested 'Application'