Skip to content

Commit 3cc3021

Browse files
authored
Merge pull request #209 from seezee/Fix-typo-in-styling.md
2 parents 543fa4f + 929aba2 commit 3cc3021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/components/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class FancyArticleElement extends HTMLElement {
305305
}
306306
```
307307

308-
Note that import assertion (the old name for import attributes) has been deprecated. The following will not work in :
308+
Note that import assertion (the old name for import attributes) has been deprecated. The following will not work:
309309

310310
```js
311311
import stylesheet from "./fancy-article-element.css" assert { type: "css" }

0 commit comments

Comments
 (0)