We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfe23d commit 6ab9bd0Copy full SHA for 6ab9bd0
1 file changed
packages/snap/src/entities/subscriptions.ts
@@ -59,7 +59,7 @@ export type WebSocketConnection = GetWebSocketsResult[number];
59
60
/**
61
* Once the Subscriber acknowledges the subscription request,
62
- * it generates a subscrption ID, and the subscription is pending (waiting for the confirmation message).
+ * it generates a subscription ID, and the subscription is pending (waiting for the confirmation message).
63
*/
64
export type PendingSubscription = SubscriptionRequest & {
65
readonly id: string;
0 commit comments