Skip to content

Commit

Permalink
fix typo in README.md (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonkenBonken authored Sep 17, 2024
1 parent 5880a04 commit 5660aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ You can use the `consent` function to update your users' cookie preferences (GDP
params: {
ad_storage: consentValue,
analytics_storage: consentValue,
ad_user_data: conentValue,
ad_personalization: conentValue
ad_user_data: consentValue,
ad_personalization: consentValue
},
});
```
Expand Down

0 comments on commit 5660aa1

Please sign in to comment.