Skip to content

Commit 6ab9bd0

Browse files
fix: typo
1 parent 5bfe23d commit 6ab9bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/snap/src/entities/subscriptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type WebSocketConnection = GetWebSocketsResult[number];
5959

6060
/**
6161
* Once the Subscriber acknowledges the subscription request,
62-
* it generates a subscrption ID, and the subscription is pending (waiting for the confirmation message).
62+
* it generates a subscription ID, and the subscription is pending (waiting for the confirmation message).
6363
*/
6464
export type PendingSubscription = SubscriptionRequest & {
6565
readonly id: string;

0 commit comments

Comments
 (0)