From c3c6873799a06758971841908138e843c41592df Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Sun, 19 Jun 2022 13:38:27 -0400 Subject: [PATCH] docs: fix typo in comment (#125) --- rpc/Base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/Base.ts b/rpc/Base.ts index 69c772919..adbb56899 100644 --- a/rpc/Base.ts +++ b/rpc/Base.ts @@ -55,7 +55,7 @@ export abstract class Client< /** * Close the connection and free up resources * - * @returns a promise, which resolved to `undefined` upon successful cancelation + * @returns a promise, which resolved to `undefined` upon successful cancellation */ abstract close: () => Promise;