Skip to content

Commit 70a57ac

Browse files
zcorpansideshowbarker
authored andcommitted
[docs] Fix typos in channels.md
1 parent 36a3553 commit 70a57ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/writing-tests/channels.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ test.html
7575
```html
7676
<!doctype html>
7777
<title>call example</title>
78-
<script src="/resources/testharness.js">
79-
<script src="/resources/testharnessreport.js">
80-
<script src="/resources/channel.js">
78+
<script src="/resources/testharness.js"></script>
79+
<script src="/resources/testharnessreport.js"></script>
80+
<script src="/resources/channels.sub.js"></script>
8181

8282
<script>
8383
promise_test(async t => {
@@ -94,7 +94,8 @@ promise_test(async t => {
9494
child.html
9595

9696
```html
97-
<script src="/resources/channel.js">
97+
<!doctype html>
98+
<script src="/resources/channels.sub.js"></script>
9899

99100
<p id="nottest">FAIL</p>
100101
<p id="test">PASS</p>

0 commit comments

Comments
 (0)