From 74fb2ec733176486f5cdb97402edccc640a0bada Mon Sep 17 00:00:00 2001 From: Kenneth J Hughes Date: Fri, 2 Aug 2019 08:06:49 -0400 Subject: [PATCH] Update article.md minor: a vs an. --- 8-web-components/2-custom-elements/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8-web-components/2-custom-elements/article.md b/8-web-components/2-custom-elements/article.md index d0a322f9..44373191 100644 --- a/8-web-components/2-custom-elements/article.md +++ b/8-web-components/2-custom-elements/article.md @@ -3,7 +3,7 @@ We can create custom HTML elements, described by our class, with its own methods and properties, events and so on. -Once an custom element is defined, we can use it on par with built-in HTML elements. +Once a custom element is defined, we can use it on par with built-in HTML elements. That's great, as HTML dictionary is rich, but not infinite. There are no ``, ``, ``... Just think of any other tag we might need.