Fix site docs typo

This commit is contained in:
hensm
2019-05-26 21:37:58 +01:00
parent 4b02b15ab7
commit 4169c1e786

View File

@@ -95,7 +95,7 @@
Access to TCP/UDP sockets.
</p>
<p>
Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch communicate with.
Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch and communicate with.
</p>
<p>
It's possible that this functionality will be re-exposed to extensions, in which case the bridge will be made redundant: