Fix typo in docs.

This commit is contained in:
Dillon Kearns 2024-08-09 12:29:51 -07:00 committed by GitHub
parent 5da7781cd7
commit 862e83dd88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,7 +142,7 @@ data routeParams request =
Server.Request.succeed ()
|> Server.Session.withSession
{ name = "session"
, options = Server.SetCookie.initOptions
, options = Server.SetCookie.options
, secrets = BackendTask.succeed [ "my-secret" ]
}
(\() sessionResult ->