From f6ead73b4e7cac46ef5f65ea834ecc002c3dbbf5 Mon Sep 17 00:00:00 2001
From: Peter Roche <46547072+paroche@users.noreply.github.com>
Date: Wed, 23 Oct 2019 20:15:43 -0600
Subject: [PATCH] Update article.md
"Although, " to "However,".
---
2-ui/1-document/05-basic-dom-node-properties/article.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2-ui/1-document/05-basic-dom-node-properties/article.md b/2-ui/1-document/05-basic-dom-node-properties/article.md
index b802791b..78bc3fd8 100644
--- a/2-ui/1-document/05-basic-dom-node-properties/article.md
+++ b/2-ui/1-document/05-basic-dom-node-properties/article.md
@@ -496,4 +496,4 @@ Main DOM node properties are:
DOM nodes also have other properties depending on their class. For instance, `` elements (`HTMLInputElement`) support `value`, `type`, while `` 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.