From c8aca45b88422b2fd9fcd4d65391a0fc5926e5bc Mon Sep 17 00:00:00 2001 From: Jari Hanhela Date: Sat, 30 May 2020 19:10:35 +0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3bd2ee4..98aa48ae 100644 --- a/README.md +++ b/README.md @@ -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