Skip to content

Commit 6018dbd

Browse files
committed
fix: newline description to void scrollbar in codeblock
1 parent 2f52383 commit 6018dbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ $analytics = Analytics::new(
7070
// Read full docs here: https://support.google.com/tagmanager/answer/13802165
7171
$consent = $analytics->consent(); // returns a consent handler
7272

73-
// Sets consent for sending user data from the request's events and user properties to Google for advertising purposes.
73+
// Sets consent for sending user data from the request's events
74+
// and user properties to Google for advertising purposes.
7475
$consent->setAdUserDataPermission();
7576
$consent->getAdUserDataPermission();
7677
$consent->clearAdUserDataPermission();

0 commit comments

Comments
 (0)