Skip to content

Commit

Permalink
Correct the typo in agent/src/actor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Oct 11, 2024
1 parent a57d8a3 commit 8d70446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/actor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function _createActorMethod(
throw new UpdateCallRejectedError(cid, methodName, requestId, response);
}
}
// Fall back to polling if we recieve an Accepted response code
// Fall back to polling if we receive an Accepted response code
if (response.status === 202) {
const pollStrategy = pollingStrategyFactory();
// Contains the certificate and the reply from the boundary node
Expand Down

0 comments on commit 8d70446

Please sign in to comment.