Update article.md

minor: a vs an.
This commit is contained in:
Kenneth J Hughes 2019-08-02 08:06:49 -04:00 committed by GitHub
parent 0b23bfb177
commit 74fb2ec733
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.