minor doc change

This commit is contained in:
Alex Greif 2018-03-05 14:09:38 +00:00 committed by GitHub
parent e894239563
commit 760b947ed4
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'