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

Commit f5a9edc

Browse files
committed
docs(quickstart): say 'My First Angular 2 App'
1 parent 0123076 commit f5a9edc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/docs/js/latest/quickstart.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ code-example(format="").
205205
:marked
206206
The `template` property holds the component's companion template.
207207
A template is a form of HTML that tells Angular how to render a view.
208-
Our template is a single line of HTML announcing "My First Angular App".
208+
Our template is a single line of HTML announcing "My First Angular 2 App".
209209

210210
Now we need something to tell Angular to load this component.
211211

public/docs/ts/latest/quickstart.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ p.
269269
The **template** specifies the component's companion template,
270270
written in an enhanced form of HTML that tells Angular how to render this component's view.
271271

272-
>Our template is a single line of HTML announcing "*My First Angular App*".
272+
>Our template is a single line of HTML announcing "*My First Angular 2 App*".
273273

274274
>A more advanced template could contain data bindings to component properties
275275
and might identify other application components which have their own templates.

0 commit comments

Comments
 (0)