Skip to content

Commit

Permalink
fix incorrect return value
Browse files Browse the repository at this point in the history
  • Loading branch information
jolka-ef committed Nov 6, 2024
1 parent 803a7a4 commit a908dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/rtctrackevent/receiver/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ of the {{domxref("RTCTrackEvent")}} interface indicates the

## Value

The {{domxref("RTCRtpTransceiver")}} which pairs the `receiver` with a
The {{domxref("RTCRtpReceiver")}} which pairs the `receiver` with a
sender and other properties which establish a single bidirectional {{Glossary("RTP", "SRTP")}}
stream for use by the {{domxref("RTCTrackEvent.track", "track")}} associated with the
`RTCTrackEvent`.
Expand Down

0 comments on commit a908dfa

Please sign in to comment.