Update article.md

"Although, " to "However,".
This commit is contained in:
Peter Roche 2019-10-23 20:15:43 -06:00 committed by GitHub
parent cc3795f5f4
commit f6ead73b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,4 +496,4 @@ Main DOM node properties are:
DOM nodes also have other properties depending on their class. For instance, `<input>` elements (`HTMLInputElement`) support `value`, `type`, while `<a>` elements (`HTMLAnchorElement`) support `href` etc. Most standard HTML attributes have a corresponding DOM property.
Although, HTML attributes and DOM properties are not always the same, as we'll see in the next chapter.
However, HTML attributes and DOM properties are not always the same, as we'll see in the next chapter.