Skip to content

Commit

Permalink
css-modules: fix typo (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
songhn233 committed Aug 17, 2024
1 parent 1fcca79 commit 1ca7572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/css-modules-v1-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The following is an example of how a custom element might be defined today, wher
</html>
```

The following example shows shows how the same custom element definition could incorporate a CSS module to avoid CSS-as-a-JS-string (or inserting a `<style>` tag, etc.):
The following example shows how the same custom element definition could incorporate a CSS module to avoid CSS-as-a-JS-string (or inserting a `<style>` tag, etc.):

```JavaScript
<!doctype html>
Expand Down

0 comments on commit 1ca7572

Please sign in to comment.