Skip to content

Commit b016fbc

Browse files
committed
Update setDefaultEventParameters doc string
1 parent 16b4816 commit b016fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analytics/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export function setAnalyticsCollectionEnabled(
228228

229229
/**
230230
* Adds data that will be set on every event logged from the SDK, including automatic ones.
231-
* By using gtag's "set" command, the values passed persist on the current page and are passed with
231+
* With gtag's "set" command, the values passed persist on the current page and are passed with
232232
* all subsequent events.
233233
* @public
234234
* @param customParams Any custom params the user may pass to gtag.js.

0 commit comments

Comments
 (0)