Skip to content

Commit 9d4a258

Browse files
committed
explainer: fix markdown linkification
1 parent 3afa413 commit 9d4a258

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)