Skip to content

Commit

Permalink
duplicate typo (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
shak58 authored Aug 14, 2024
1 parent 79574f2 commit 2f91026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc-spec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const response = await rpc

### `PendingRpcRequest<TResponse>`

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`.

Expand Down

0 comments on commit 2f91026

Please sign in to comment.