Skip to content

Commit 0c07403

Browse files
authored
Fixed typo (#1448)
Corrected nomodule
1 parent c4dd968 commit 0c07403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/linear-progress/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link rel="preload" href="../shared/shared.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
3131
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" as="style" onload="this.onload=null;this.rel='stylesheet'">
3232
<link rel="preload" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" as="style" onload="this.onload=null;this.rel='stylesheet'">
33-
<script nomodlue src="../shared/ie-style-transform.js"></script>
33+
<script nomodule src="../shared/ie-style-transform.js"></script>
3434
<style>
3535
mwc-linear-progress {
3636
width: 50%;

0 commit comments

Comments
 (0)