Skip to content

Commit 7f5008e

Browse files
authored
Merge pull request #969 from deniolp/deniolp-patch-1
Typo in article about Template
2 parents 1a13331 + c17491f commit 7f5008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8-web-components/4-template-element/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We can put styles and scripts into `<template>` as well:
3131
</template>
3232
```
3333

34-
The browser considers `<template>` content "out of the document", so the style is not applied, scripts are executed, `<video autoplay>` is not run, etc.
34+
The browser considers `<template>` content "out of the document", so the style is not applied, scripts are not executed, `<video autoplay>` is not run, etc.
3535

3636
The content becomes live (the script executes) when we insert it.
3737

0 commit comments

Comments
 (0)