Skip to content

Commit

Permalink
docs: missing curly brace (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mekraldi committed Nov 29, 2023
1 parent 76f19f6 commit d953688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/guide-composable/subscription.md
Expand Up @@ -596,6 +596,7 @@ const wsLink = new WebSocketLink({
connectionParams: {
authToken: user.authToken,
},
}
})
```

Expand Down

0 comments on commit d953688

Please sign in to comment.