Skip to content

Commit 9fedeb8

Browse files
committed
fix typo
1 parent 3942c21 commit 9fedeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

working-with-views/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ THomeTemplate will output
311311
<body>
312312
<div class="container"><p>Homepage content</p></div>
313313
<script src="jquery.js"></script>
314-
<scrip></script>
314+
<script></script>
315315
</body></html>
316316
```
317317

@@ -576,7 +576,7 @@ will result tags at bottom of HTML document.
576576
<body>
577577
<div class="container"><p>Homepage content</p></div>' +
578578
<script src="jquery.js"></script>
579-
<scrip></script>
579+
<script></script>
580580
<script src="hello.js"></script>
581581
<script src="thirdparty.js"></script>
582582
<script src="myapp.js"></script>

0 commit comments

Comments
 (0)