Merge pull request #1493 from agreif/patch-1

minor doc change
This commit is contained in:
Michael Snoyman 2018-03-05 17:07:27 +02:00 committed by GitHub
commit ff5618bd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -488,7 +488,7 @@ csrfSetCookieMiddleware handler cookie = setCsrfCookieWithCookie cookie >> handl
-- --
-- For details, see the "AJAX CSRF protection" section of "Yesod.Core.Handler". -- For details, see the "AJAX CSRF protection" section of "Yesod.Core.Handler".
-- --
-- You can add this chain this middleware together with other middleware like so: -- You can chain this middleware together with other middleware like so:
-- --
-- @ -- @
-- 'yesodMiddleware' = 'defaultYesodMiddleware' . 'defaultCsrfMiddleware' -- 'yesodMiddleware' = 'defaultYesodMiddleware' . 'defaultCsrfMiddleware'