Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast authored Aug 22, 2016
1 parent 112be1b commit 197026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const firebaseConfig = {
AngularFireModule.initializeApp(firebaseConfig)
],
declarations: [ AppComponent ],
Bootstrap: [ AppComponent ]
bootstrap: [ AppComponent ]
})
export class MyAppModule {}

Expand Down

0 comments on commit 197026a

Please sign in to comment.