From 2f91026dd3fc633f9cd5acd79f32045e0dae0f36 Mon Sep 17 00:00:00 2001 From: shak58 <150069539+shak58@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:18:55 +0100 Subject: [PATCH] duplicate typo (#3101) --- packages/rpc-spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rpc-spec/README.md b/packages/rpc-spec/README.md index a9987c96206c..3773ed9f6c1b 100644 --- a/packages/rpc-spec/README.md +++ b/packages/rpc-spec/README.md @@ -33,7 +33,7 @@ const response = await rpc ### `PendingRpcRequest` -Pending requests are the result of calling a supported method on on `Rpc` object. They encapsulate all of the information necessary to make the request without actually making it. +Pending requests are the result of calling a supported method on an `Rpc` object. They encapsulate all of the information necessary to make the request without actually making it. Calling the `send(options)` method on a `PendingRpcRequest` will trigger the request and return a promise for `TResponse`.