Skip to content

Commit 85e43d3

Browse files
MohamedSahbiKaiqb
authored andcommitted
Fix typo in bot-builder-concept-state (MicrosoftDocs#1010)
1 parent 72e1122 commit 85e43d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/v4sdk/bot-builder-concept-state.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For instructions on how to connect to other storage options, see [write directly
4242

4343
## State management
4444

45-
*State management* automates the reading and writing of your bot's state to the underlying storage layer. State is stored as *state properties*, which are effectively key-value pairs that your bot can read and write through the state management object without worrying about the specific underlying implementation. Those state properties define how that information is stored. For example, when your retrieve a property that you defined as a specific class or object, you know how that data will be structured.
45+
*State management* automates the reading and writing of your bot's state to the underlying storage layer. State is stored as *state properties*, which are effectively key-value pairs that your bot can read and write through the state management object without worrying about the specific underlying implementation. Those state properties define how that information is stored. For example, when you retrieve a property that you defined as a specific class or object, you know how that data will be structured.
4646

4747
These state properties are lumped into scoped "buckets", which are just collections to help organize those properties. The SDK includes three of these "buckets":
4848

@@ -135,4 +135,4 @@ If you have some custom middleware that might update state after your turn handl
135135

136136
- [Dialog state](bot-builder-concept-dialog.md#dialog-state)
137137
- [Write directly to storage](bot-builder-howto-v4-storage.md)
138-
- [Save conversation and user data](bot-builder-howto-v4-state.md)
138+
- [Save conversation and user data](bot-builder-howto-v4-state.md)

0 commit comments

Comments
 (0)