From aeb559394e0904f1046c066e356058667154d943 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Mon, 14 Oct 2019 09:26:38 +0300 Subject: [PATCH] Update article.md --- 8-web-components/1-webcomponents-intro/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-web-components/1-webcomponents-intro/article.md b/8-web-components/1-webcomponents-intro/article.md index 4bc14d542a..3279cb1333 100644 --- a/8-web-components/1-webcomponents-intro/article.md +++ b/8-web-components/1-webcomponents-intro/article.md @@ -64,7 +64,7 @@ A component has: Once again, the whole "component" thing is nothing special. -There exist many frameworks and development methodologies to build them, each one equipped with its own bells and whistles. Usually, special CSS classes and conventions are used to provide "component feel" -- CSS scoping and DOM encapsulation. +There exist many frameworks and development methodologies to build them, each with its own bells and whistles. Usually, special CSS classes and conventions are used to provide "component feel" -- CSS scoping and DOM encapsulation. "Web components" provide built-in browser capabilities for that, so we don't have to emulate them any more.