Skip to content

Commit e4121e1

Browse files
authored
Update remote_channel.md: fix typos (#223)
1 parent 45312bf commit e4121e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rfcs/remote_channel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,9 @@ test.html
558558
```html
559559
<!doctype html>
560560
<title>call example</title>
561-
<script src="/resources/testharness.js">
562-
<script src="/resources/testharnessreport.js">
563-
<script src="/resources/channel.js">
561+
<script src="/resources/testharness.js"></script>
562+
<script src="/resources/testharnessreport.js"></script>
563+
<script src="/resources/channel.sub.js"></script>
564564

565565
<script>
566566
promise_test(async t => {

0 commit comments

Comments
 (0)