We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7350742 commit e5a763bCopy full SHA for e5a763b
src/actors/runtime/AbstractActor.ts
@@ -183,7 +183,7 @@ export default abstract class AbstractActor {
183
184
/**
185
* 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
+ * to the actor state provider associated with the actor
187
*/
188
async saveStateInternal(): Promise<void> {
189
await this.stateManager.saveState();
0 commit comments