Skip to content

Commit 8f17703

Browse files
committed
Fix undestanding typo in links
1 parent 80f30dc commit 8f17703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference-guides/interactivity-api/core-concepts/client-side-navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ const { state } = store( 'myPlugin', {
432432
} );
433433
```
434434

435-
For more details, see the [Understanding global state, local context, and derived state](/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md#subscribing-to-server-state-and-context) guide.
435+
For more details, see the [Understanding global state, local context, and derived state](/docs/reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-and-derived-state.md#subscribing-to-server-state-and-context) guide.
436436

437437
### Overriding cached pages
438438

@@ -1042,7 +1042,7 @@ These functions are reactive. When used inside a callback or derived state gette
10421042

10431043
This is different from the regular `state` and `getContext()`, which return the client-side state and context. As explained above, existing client-side values are not overwritten during navigation, so `state` and `getContext()` will keep reflecting whatever the client had before navigating. Use `getServerState()` and `getServerContext()` when you need to react to the values that the server sent for the new page.
10441044

1045-
For more details, see the [Understanding global state, local context, and derived state](/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md#subscribing-to-server-state-and-context) guide.
1045+
For more details, see the [Understanding global state, local context, and derived state](/docs/reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-and-derived-state.md#subscribing-to-server-state-and-context) guide.
10461046

10471047
### Putting it all together: the navigation flow
10481048

0 commit comments

Comments
 (0)