From d7f675d41827c766f3f88c57b05b8184c85975ce Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 10 Apr 2018 16:29:30 -0700 Subject: [PATCH] "efficient" is vague --- content/docs/faq-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq-styling.md b/content/docs/faq-styling.md index 2ea5232c..aab26c11 100644 --- a/content/docs/faq-styling.md +++ b/content/docs/faq-styling.md @@ -36,7 +36,7 @@ Yes, see the docs on styling [here](/docs/dom-elements.html#style). ### Are inline styles bad? -CSS classes are generally more efficient than inline styles. +CSS classes are generally better for performance than inline styles. ### What is CSS-in-JS?