Skip to content

Commit d120127

Browse files
authored
Fix typo in docs (#166)
1 parent 9468573 commit d120127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/introduction/forwarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def init(_) do
4747
{:ok, pc} = PeerConnection.start_link(ice_servers: [%{urls: "stun:stun.l.google.com:19302"}])
4848

4949
# we expect to receive two tracks from the web browser - audio and video
50-
# so we also need to add two tracks here, we will use them to loop media back t othe browser
50+
# so we also need to add two tracks here, we will use them to loop media back to the other browser
5151
# from each of the web browser tracks
5252
stream_id = MediaStreamTrack.generate_stream_id()
5353
audio_track = MediaStreamTrack.new(:audio, [stream_id])

0 commit comments

Comments
 (0)