Skip to content

Commit 0d0bd61

Browse files
committed
Add hyphen after param name in jsdoc
1 parent 2fa1ba8 commit 0d0bd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/analytics/src/api.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function setAnalyticsCollectionEnabled(
233233
* With gtag's "set" command, the values passed persist on the current page and are passed with
234234
* all subsequent events.
235235
* @public
236-
* @param customParams Any custom params the user may pass to gtag.js.
236+
* @param customParams - Any custom params the user may pass to gtag.js.
237237
*/
238238
export function setDefaultEventParameters(customParams: CustomParams): void {
239239
// Check if reference to existing gtag function on window object exists
@@ -744,7 +744,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
744744
* Use the {@link ConsentSettings} to specify individual consent type values. By default consent
745745
* types are set to "granted".
746746
* @public
747-
* @param consentSettings Maps the applicable end user consent state for gtag.js.
747+
* @param consentSettings - Maps the applicable end user consent state for gtag.js.
748748
*/
749749
export function setConsent(consentSettings: ConsentSettings): void {
750750
// Check if reference to existing gtag function on window object exists

0 commit comments

Comments
 (0)