Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka authored May 30, 2020
1 parent db01656 commit c8aca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To use it in a component, use the **use-style** function:
text])
```

On the frontend, **use-style** adds the style into the DOM as a CSS class on-demand and returns a class pointing to it (see FAQ for more details). On the server, it saves the generated CSS into the current execution context and returns a class name.
On the frontend, **use-style** adds the style into the DOM as a CSS class and returns its class name (see FAQ for more details). On the server, it saves the generated CSS into the current execution context and returns a class name.

### Passing styles to components

Expand Down

0 comments on commit c8aca45

Please sign in to comment.