Merge pull request #785 from MaxGabriel/patch-1

Fix typo in yesod-test; analize -> analyze
This commit is contained in:
Michael Snoyman 2014-07-26 22:50:01 +03:00
commit 4f4123fc0c

View File

@ -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'