Skip to content

Commit e5a763b

Browse files
authored
fix: typo (#607)
Update AbstractActor.ts Signed-off-by: Bond <[email protected]>
1 parent 7350742 commit e5a763b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actors/runtime/AbstractActor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default abstract class AbstractActor {
183183

184184
/**
185185
* Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call
186-
* to the actor state provider associated with teh actor
186+
* to the actor state provider associated with the actor
187187
*/
188188
async saveStateInternal(): Promise<void> {
189189
await this.stateManager.saveState();

0 commit comments

Comments
 (0)