Skip to content

Commit 58cc5b4

Browse files
committed
typo fix
1 parent cd9466d commit 58cc5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/html/script/importmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
testing.expectEqual('hello', im.greeting);
1616
</script>
1717

18-
<script id=cached_importmpa type=module>
18+
<script id=cached_importmap type=module>
1919
// hopefully cached, who knows, no real way to assert this
2020
// but at least it works.
2121
import * as im from 'core';

0 commit comments

Comments
 (0)