Skip to content

Commit

Permalink
Fix a typo in several files
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 3, 2025
1 parent 6f1f169 commit 4ea728e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
{
"title": "Understanding global state, local context and derived state",
"slug": "understanding-global-state-local-context-and-derived-state",
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md",
"markdown_source": "../docs/reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-and-derived-state.md",
"parent": "core-concepts"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This section provides some guides on important concepts and mental models relate

1. **[The Reactive and Declarative mindset](/docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md):** This guide covers core concepts of reactivity and declarativeness, providing a foundation for effective use of the Interactivity API.

2. **[Understanding global state, local context and derived state](/docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md):** The guide explains how to effectively use global state, local context, and derived state within the Interactivity API emphasizing the importance of choosing the appropriate state management technique based on the scope and requirements of your data.
2. **[Understanding global state, local context and derived state](/docs/reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-and-derived-state.md):** The guide explains how to effectively use global state, local context, and derived state within the Interactivity API emphasizing the importance of choosing the appropriate state management technique based on the scope and requirements of your data.

3. **[Server-side rendering: Processing directives on the server](/docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md):** The Interactivity API allows WordPress to use server-side rendering to create interactive and state-aware HTML, smoothly connected with client-side features while maintaining performance and SEO benefits.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The Interactivity API uses a fine-grained reactivity system. Here's how it works
- **Local context**: This is local data that is specific to a particular element and its children.
- **Derived State**: In addition to basic state properties, you can define computed properties that automatically update when their dependencies change.

_Please, visit 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) guide to learn more about how to work with the different types of reactive state in the Interactivity API._
_Please, visit 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) guide to learn more about how to work with the different types of reactive state in the Interactivity API._

2. **Actions**: These are functions, usually triggered by event handlers, that mutate the global state or local context.

Expand Down
2 changes: 1 addition & 1 deletion docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"docs/reference-guides/interactivity-api/core-concepts/the-reactive-and-declarative-mindset.md": []
},
{
"docs/reference-guides/interactivity-api/core-concepts/undestanding-global-state-local-context-and-derived-state.md": []
"docs/reference-guides/interactivity-api/core-concepts/understanding-global-state-local-context-and-derived-state.md": []
},
{
"docs/reference-guides/interactivity-api/core-concepts/server-side-rendering.md": []
Expand Down

0 comments on commit 4ea728e

Please sign in to comment.