Skip to content

Commit 6e4c62d

Browse files
authored
docs(): spelling (#2574)
1 parent f7bbd09 commit 6e4c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analytics/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { AngularFireAnalyticsModule } from '@angular/fire/analytics';
3838
export class AppModule { }
3939
```
4040

41-
`AngularFireAnalyticsModule` will dyanamically import and configure `firebase/analytics`. A `page_view` event will automatically be logged (see `CONFIG` below if you wish to disable this behavior.)
41+
`AngularFireAnalyticsModule` will dynamically import and configure `firebase/analytics`. A `page_view` event will automatically be logged (see `CONFIG` below if you wish to disable this behavior.)
4242

4343
In your component you can then dependency inject `AngularFireAnalytics` and make calls against the SDK:
4444

0 commit comments

Comments
 (0)