diff --git a/docs/debugger-protocol.html b/docs/debugger-protocol.html index f76802a..d2cc07d 100644 --- a/docs/debugger-protocol.html +++ b/docs/debugger-protocol.html @@ -174,7 +174,7 @@ We currently do not support multiple clients connected to the protocol simultaneously. That includes the DevTools opening while another client is connected. On the bug tracker, crbug.com/129539 follows the issue; you can star it for email updates.
- Upon disconnnection, the outgoing client will receive a detached
event. For example: {"method":"Inspector.detached","params":{"reason":"replaced_with_devtools"}}
. View the enum of possible reasons. (For reference: the original patch). After disconnection, some apps have chosen to pause their state and offer a reconnect button.
+ Upon disconnnection, the outgoing client will receive a detached
event. For example: {"method":"Inspector.detached","params":{"reason":"replaced_with_devtools"}}
. View the enum of possible reasons. (For reference: the original patch). After disconnection, some apps have chosen to pause their state and offer a reconnect button.