Skip to content

Commit 75b8b35

Browse files
committed
tweak
1 parent 13eaefb commit 75b8b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/js/src/types/formbricks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface TFormbricks {
4848
setUserId: (userId: string) => Promise<void>;
4949

5050
/**
51-
* Sets the CSP nonce for inline styles
51+
* @description Sets the CSP nonce for inline styles
5252
* @param nonce - The CSP nonce value (without 'nonce-' prefix), or undefined to clear
5353
*/
5454
setNonce: (nonce: string | undefined) => Promise<void>;

0 commit comments

Comments
 (0)