Skip to content

Commit 688280b

Browse files
authored
Update manage-and-sync-state.mdx
1 parent 51bc9a0 commit 688280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/examples/manage-and-sync-state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Every Agent has built-in state management capabilities, including built-in stora
1414
* Immediately consistent within the Agent: read your own writes.
1515
* Thread-safe for concurrent updates
1616

17-
Agent state is stored in SQL database that associate with each indidivual Agent instance: you can interact with it using the higher-level `this.setState` API (recommended) or by directly querying the database with `this.sql`.
17+
Agent state is stored in SQL database that embedded within each individual Agent instance: you can interact with it using the higher-level `this.setState` API (recommended) or by directly querying the database with `this.sql`.
1818

1919
#### State API
2020

0 commit comments

Comments
 (0)