Skip to content

Commit

Permalink
Fix typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Aug 9, 2024
1 parent 5da7781 commit 862e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/content/docs/14-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit 862e83d

Please sign in to comment.