Skip to content

Commit 4d1d268

Browse files
Merge pull request #2511 from Erick2280/patch-1
Corrects typo in analytics/getting-started.md line 125
2 parents a940283 + 58989c7 commit 4d1d268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/analytics/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ See the gtag.js documentation to learn of the different configuration options at
122122

123123
### Use DebugView `DEBUG_MODE`
124124

125-
To use [DebugView in Analtyics](https://console.firebase.google.com/project/_/analytics/debugview) set `DEBUG_MODE` to `true` (*default: false*).
125+
To use [DebugView in Analytics](https://console.firebase.google.com/project/_/analytics/debugview) set `DEBUG_MODE` to `true` (*default: false*).
126126

127127
### Track deployments with `APP_NAME` and `APP_VERSION`
128128

@@ -132,4 +132,4 @@ If you provide `APP_NAME` and `APP_VERSION` (*default: undefined*) you will be a
132132

133133
If you set `COLLECTION_ENABLED` (*default: true*) to `false` then analytics collection will be disabled for this app on this device. To opt back in to analytics collection you could then call `setAnalyticsCollectionEnabled(true)`.
134134

135-
Putting these APIs to use with cookies would allow you to create a flexible analytics collection scheme that would respect your user's desire for privacy.
135+
Putting these APIs to use with cookies would allow you to create a flexible analytics collection scheme that would respect your user's desire for privacy.

0 commit comments

Comments
 (0)