Skip to content

Commit 551bf52

Browse files
authored
Merge pull request #11 from fippo/mdfix
explainer: fix markdown linkification
2 parents f409175 + 9d4a258 commit 551bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RTCPeerConnection API in order to build an API that is:
2323
* Able to support user defined component wrapping and replacement
2424

2525
The central idea is to expose components in an RTCPeerConnection as a collection of
26-
streams (as defined by the [WHATWG Streams API] (https://streams.spec.whatwg.org/)),
26+
streams (as defined by the [WHATWG Streams API](https://streams.spec.whatwg.org/)),
2727
which can be manipulated to introduce new components, or to wrap or replace existing
2828
components.
2929

0 commit comments

Comments
 (0)