From c5947670d595bff26e75e9b6ef1aa4aab5e906de Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Thu, 3 Feb 2022 04:19:38 +0100 Subject: [PATCH] Fix typo in rtsp_to_webrtc.markdown (#21439) --- source/_integrations/rtsp_to_webrtc.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/rtsp_to_webrtc.markdown b/source/_integrations/rtsp_to_webrtc.markdown index fd0411f6c60..b11e761b699 100644 --- a/source/_integrations/rtsp_to_webrtc.markdown +++ b/source/_integrations/rtsp_to_webrtc.markdown @@ -15,7 +15,7 @@ ha_platforms: The RTSPtoWebRTC integration registers with [camera integration](/integration/camera) to provide WebRTC live streams for any RTSP camera. The integration initiates a connection to a [RTSPtoWeb](https://github.com/deepch/RTSPtoWeb) or [RTSPtoWebRTC](https://github.com/deepch/RTSPtoWebRTC) proxy server that converts an RTSP stream to a WebRTC stream. -The integraton configuration requires the URL to your server (e.g. `http://example.com:8083`) and will automatically discover which type of server you have. +The integration configuration requires the URL to your server (e.g. `http://example.com:8083`) and will automatically discover which type of server you have. {% include integrations/config_flow.md %}