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

Commit 296045a

Browse files
manoharreddyporeddyFoxandxss
authored andcommitted
docs(quickstart.js): fix typo (#2614)
declarations instead of declaration
1 parent 70a8af1 commit 296045a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/js/latest/quickstart.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ code-example(format="").
482482
1. Which components and directives we declare in our components
483483
1. The component to bootstrap at the start
484484

485-
We import our lone `app.AppComponent` and add it to both `declaration` and `bootstrap` array.
485+
We import our lone `app.AppComponent` and add it to both `declarations` and `bootstrap` array.
486486

487487
Notice that we also add `ng.platformBrowser.BrowserModule` to the `imports` array.
488488
This is the Angular Module that contains all the needed Angular bits and pieces to run our app in the browser.

0 commit comments

Comments
 (0)