You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/04.use-cases/01.static-ssr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ userService -->> userService: Update authentication cookies
33
33
userService -->>- page: AuthenticationResult
34
34
35
35
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.
37
37
```
38
38
39
39
### Sign-Up
@@ -63,7 +63,7 @@ userService -->> userService: Update authentication cookies
63
63
userService -->>- page: AuthenticationResult
64
64
65
65
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.
0 commit comments