Merge pull request #1205 from kjhughes/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-08-02 15:12:27 +03:00 committed by GitHub
commit 4a41b16d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `<easy-tabs>`, `<sliding-carousel>`, `<beautiful-upload>`... Just think of any other tag we might need.