Skip to content

Commit e64a180

Browse files
authored
Update bridge.md typo
1 parent ad19a68 commit e64a180

File tree

1 file changed

+2
-2
lines changed
  • docs/develop/dapps/ton-connect/protocol

1 file changed

+2
-2
lines changed

docs/develop/dapps/ton-connect/protocol/bridge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ Otherwise returns `ConnectEventError` with error code 100 (Unknown app).
191191
### send()
192192

193193
Sends a [message](/develop/dapps/ton-connect/protocol/requests-responses#messages) to the bridge, excluding the ConnectRequest (that goes into QR code when using HTTP bridge and into connect when using JS Bridge).
194-
Directly returns promise with WalletResponse, do you don't need to wait for responses with `listen`;
194+
Directly returns promise with WalletResponse, so you don't need to wait for responses with `listen`;
195195

196196
### listen()
197197

198198
Registers a listener for events from the wallet.
199199

200200
Returns unsubscribe function.
201201

202-
Currently, only `disconnect` event is available. Later there will be a switch account event and other wallet events.
202+
Currently, only `disconnect` event is available. Later there will be a switch account event and other wallet events.

0 commit comments

Comments
 (0)