From 1d88a1d750055965dc2da285cbaf11a2cc89ad42 Mon Sep 17 00:00:00 2001 From: Bond <4683867+bondz@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:50:48 -0500 Subject: [PATCH] Update AbstractActor.ts Signed-off-by: Bond <4683867+bondz@users.noreply.github.com> --- src/actors/runtime/AbstractActor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actors/runtime/AbstractActor.ts b/src/actors/runtime/AbstractActor.ts index 18100142..ce9f3cac 100755 --- a/src/actors/runtime/AbstractActor.ts +++ b/src/actors/runtime/AbstractActor.ts @@ -183,7 +183,7 @@ export default abstract class AbstractActor { /** * Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call - * to the actor state provider associated with teh actor + * to the actor state provider associated with the actor */ async saveStateInternal(): Promise { await this.stateManager.saveState();