Skip to content

Commit 1b70ec6

Browse files
authored
Fix spelling error
1 parent 0f30ac2 commit 1b70ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ As long as that session is active, the browser performs the following refresh as
105105
There is an option for the server to opt out of the browser defering requests. If so it will instead:
106106
1. Sign any requests that would be defered, use the most recent challange. If there is not one, use the current timestamp. The browser may cache these signatures.
107107
1. The server can respond with 401 if it wants the request signed with a new challenge.
108-
1. The server can also serve chaalenges ahead of time on any response with the Sec-Session-Challenge header.
108+
1. The server can also serve challenges ahead of time on any response with the Sec-Session-Challenge header.
109109
1. Once the browser get an instruction to set the missing cookie it will stop signing requests.
110110
We do not reccomend this option for most deployments, but it is possibly for those that want to potentially save a network roundtrip in some circumstances.
111111

0 commit comments

Comments
 (0)