Skip to content

Commit 197026a

Browse files
authored
fix(docs): typos
1 parent 112be1b commit 197026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const firebaseConfig = {
6262
AngularFireModule.initializeApp(firebaseConfig)
6363
],
6464
declarations: [ AppComponent ],
65-
Bootstrap: [ AppComponent ]
65+
bootstrap: [ AppComponent ]
6666
})
6767
export class MyAppModule {}
6868

0 commit comments

Comments
 (0)