Skip to content

Commit a940283

Browse files
Merge pull request #2514 from bananer/patch-2
quickstart: fix typo
2 parents 2de8501 + 5039db9 commit a940283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class AppModule {}
6262

6363
After adding the AngularFireModule you also need to add modules for the individual @NgModules that your application needs.
6464

65-
For example if your application was using both Google Analtyics and the Firestore you would add `AngularFireAnalyticsModule` and `AngularFirestoreModule`:
65+
For example if your application was using both Google Analytics and the Firestore you would add `AngularFireAnalyticsModule` and `AngularFirestoreModule`:
6666

6767
```ts
6868
import { BrowserModule } from '@angular/platform-browser';

0 commit comments

Comments
 (0)