Skip to content

Commit f8b623e

Browse files
committed
Simpler wording
1 parent 2c0ad12 commit f8b623e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/04.use-cases/01.static-ssr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ userService -->> userService: Update authentication cookies
3333
userService -->>- page: AuthenticationResult
3434
3535
page -->>- user: Form submission HTTP Response
36-
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.
36+
note over user,userService: Updated cookies will be attached to the HTTP response.
3737
```
3838

3939
### Sign-Up
@@ -63,7 +63,7 @@ userService -->> userService: Update authentication cookies
6363
userService -->>- page: AuthenticationResult
6464
6565
page -->>- user: Form submission HTTP Response
66-
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.
66+
note over user,userService: Updated cookies will be attached to the HTTP response.
6767
```
6868

6969
### Sign-Out

0 commit comments

Comments
 (0)