We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 543fa4f + 929aba2 commit 3cc3021Copy full SHA for 3cc3021
learn/components/styling.md
@@ -305,7 +305,7 @@ class FancyArticleElement extends HTMLElement {
305
}
306
```
307
308
-Note that import assertion (the old name for import attributes) has been deprecated. The following will not work in :
+Note that import assertion (the old name for import attributes) has been deprecated. The following will not work:
309
310
```js
311
import stylesheet from "./fancy-article-element.css" assert { type: "css" }
0 commit comments