From 68b72a98b0b3aafc229f8d5b5f983605f7a2436f Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 11 Oct 2024 14:36:54 +0800 Subject: [PATCH] chore: Correct the typo in `agent/src/actor.ts` --- packages/agent/src/actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agent/src/actor.ts b/packages/agent/src/actor.ts index f347f6fa..7898cdb5 100644 --- a/packages/agent/src/actor.ts +++ b/packages/agent/src/actor.ts @@ -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