Skip to content

Commit

Permalink
docs: polish
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 15, 2025
1 parent 1629092 commit 24ae3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/pageContext/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ import type {

## Lifecycle

**Server-side**
**Server**

On the server-side, upon an HTTP request, a new `pageContext` object is created. It's used for rendering the page to HTML. The `pageContext` object is discarded after the HTTP response is sent.

**Client-side**
**Client**

Upon <Link text="client-side page navigation" href="/client-routing" />, a new `pageContext` object is created.

Expand Down

0 comments on commit 24ae3ab

Please sign in to comment.