Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit e8642d4

Browse files
amandaegrahamnaomiblack
authored andcommitted
HTML Section Copy Edit
Waterloo ENGL 210J Student Line 44: Changed tense Line 54: Changed wording of second sentence to not start with 'and'. Added DOM meaning (Document Object Model)
1 parent ff46ee0 commit e8642d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/template-syntax.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ block includes
4141
.l-main-section
4242
:marked
4343
## HTML
44-
HTML is the language of the Angular template. Our [QuickStart](../quickstart.html) application had a template that was pure HTML:
44+
HTML is the language of the Angular template. Our [QuickStart](../quickstart.html) application has a template that is pure HTML:
4545

4646
code-example(language="html" escape="html").
4747
<h1>My First Angular 2 App</h1>
@@ -51,7 +51,7 @@ code-example(language="html" escape="html").
5151

5252
Some legal HTML doesn’t make much sense in a template. The `<html>`, `<body>`, and `<base>` elements have no useful role in our repertoire. Pretty much everything else is fair game.
5353

54-
We can extend the HTML vocabulary of our templates with components and directives that appear as new elements and attributes. And we are about to learn how to get and set DOM values dynamically through data binding.
54+
We can extend the HTML vocabulary of our templates with components and directives that appear as new elements and attributes. In the following sections we are going to learn how to get and set DOM (Document Object Model) values dynamically through data binding.
5555

5656
Let’s turn to the first form of data binding &mdash; interpolation &mdash; to see how much richer template HTML can be.
5757

0 commit comments

Comments
 (0)