Skip to content

Commit 5039db9

Browse files
authored
quickstart: fix typo
1 parent 2de8501 commit 5039db9

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)