Skip to content

Commit cb5c48d

Browse files
authored
fix typo (#1092)
1 parent bd681c0 commit cb5c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/css-modules-v1-explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The introduction of ES6 JavaScript Modules has provided several benefits for web
1616

1717
CSS modules solves these issues by extending the ES modules infrastructure to allow importing a CSSStyleSheet object from a CSS file, which can then be added to the document or a shadowRoot via the [adoptedStyleSheets](https://wicg.github.io/construct-stylesheets/#using-constructed-stylesheets) array.
1818

19-
There is demand for this functionality in the developer community -- see [this thread](https://github.com/w3c/webcomponents/issues/759) where there a number of developers have expressed interest. The popularity of CSS loaders in JS bundlers is also indicative of demand for this functionality.
19+
There is demand for this functionality in the developer community -- see [this thread](https://github.com/w3c/webcomponents/issues/759) where a number of developers have expressed interest. The popularity of CSS loaders in JS bundlers is also indicative of demand for this functionality.
2020

2121
## Importing a CSS Module
2222
CSS modules will be imported using the same `import` statements currently used for other ES modules,

0 commit comments

Comments
 (0)