Skip to content

Commit 9bdaa47

Browse files
committed
Fix
1 parent 9c13535 commit 9bdaa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/session_state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When the workflow starts, the `session_state` for that particular `session_id` i
5050

5151
<Tip>
5252

53-
You can always call `self.write_to_storage()` to save the `session_state` to the database at any time. Incase you need to abort the workflow but want to store the intermediate results.
53+
You can always call `self.write_to_storage()` to save the `session_state` to the database at any time. In case you need to abort the workflow but want to store the intermediate results.
5454

5555
</Tip>
5656

0 commit comments

Comments
 (0)