Skip to content

Commit

Permalink
Simpler wording
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Jul 30, 2024
1 parent 2c0ad12 commit f8b623e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/04.use-cases/01.static-ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ userService -->> userService: Update authentication cookies
userService -->>- page: AuthenticationResult
page -->>- user: Form submission HTTP Response
note over user,userService: Updated cookies will be attached to the HTTP response <br/> which will result in them being automalically stored in the user's browser.
note over user,userService: Updated cookies will be attached to the HTTP response.
```

### Sign-Up
Expand Down Expand Up @@ -63,7 +63,7 @@ userService -->> userService: Update authentication cookies
userService -->>- page: AuthenticationResult
page -->>- user: Form submission HTTP Response
note over user,userService: Updated cookies will be attached to the HTTP response <br/> which will result in them being automalically stored in the user's browser.
note over user,userService: Updated cookies will be attached to the HTTP response.
```

### Sign-Out
Expand Down

0 comments on commit f8b623e

Please sign in to comment.