Skip to content

Commit

Permalink
Fix small typo in docs (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Nov 21, 2022
1 parent 332050b commit 9312b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/global-api/create-global-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const vars = createGlobalTheme(':root', {

All theme values must be provided or it’s a type error.

Importing this stylesheet as a side affect to include the styles in your CSS bundle.
Importing this stylesheet as a side effect to include the styles in your CSS bundle.

```ts
// app.ts
Expand Down

0 comments on commit 9312b66

Please sign in to comment.