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

Commit b16b058

Browse files
bampakoawardbell
authored andcommitted
docs(quickstart): Minor typo fixes. (#2253)
1 parent a9e7781 commit b16b058

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/docs/ts/latest/quickstart.jade

+5-5
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ h1#root-component Step !{step++}: Create a component and add it to your applicat
225225
here.
226226

227227
Components are the basic building blocks of Angular applications. A component controls a portion
228-
of the screen—a *view*—through its associated template
228+
of the screen—a *view*—through its associated template.
229229

230230
a#app-component
231231
p.
@@ -244,7 +244,7 @@ p.
244244
`AppComponent` component class:
245245

246246
- a *selector* that specifies a simple CSS selector for an HTML element that represents
247-
the component
247+
the component.
248248
- a *template* that tells Angular how to render the component's view.
249249
* **A component class** that controls the appearance and behavior of a view
250250
through its template. Here, you only have the root component, `AppComponent`. Since you don't
@@ -343,9 +343,9 @@ aside.is-right
343343

344344
:marked
345345
That command runs the following two parallel node processes:
346-
* The TypeScript compiler in watch mode
347-
* A static server called _lite-server_ that loads `index.html` in a browser
348-
and refreshes the browser when application files change
346+
* The TypeScript compiler in watch mode.
347+
* A static file server called _lite-server_ that loads `index.html` in a browser
348+
and refreshes the browser when application files change.
349349

350350
In a few moments, a browser tab should open and display the following:
351351

0 commit comments

Comments
 (0)