diff --git a/ShadowDOM/explainer.md b/ShadowDOM/explainer.md index 687ce3384..ca8b8a09f 100644 --- a/ShadowDOM/explainer.md +++ b/ShadowDOM/explainer.md @@ -202,7 +202,7 @@ An inline CSS module script could also be imported in a JavaScript module in the ```html import styles from 'foo' with { type: 'css' }; ``` -Another advantage of this proposal is that it can allow multiple module specifiers in the `shadowrootadoptedstylesheets` property: +Another advantage of this proposal is that it can allow multiple module specifiers in the `shadowrootadoptedstylesheets` attribute: ```html