Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5f19e55

Browse files
authored
Merge branch 'master' into patch-2
2 parents 93ca772 + ccfe411 commit 5f19e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ If multiple JS files get produced, we'll need to use `<script>` tags on our webp
196196

197197
##### MyTestPage.html (excerpt)
198198

199-
```ts
199+
```html
200200
<script src="Validation.js" type="text/javascript" />
201201
<script src="LettersOnlyValidator.js" type="text/javascript" />
202202
<script src="ZipCodeValidator.js" type="text/javascript" />

0 commit comments

Comments
 (0)