diff --git a/TCFv2/IAB Tech Lab - CMP API v2.md b/TCFv2/IAB Tech Lab - CMP API v2.md index 50fb333c..3eee1234 100644 --- a/TCFv2/IAB Tech Lab - CMP API v2.md +++ b/TCFv2/IAB Tech Lab - CMP API v2.md @@ -788,7 +788,7 @@ Mediation SDK allows app developers to monetize from multiple vendors. ##### Vendor -* Vendor retrieves `IABTCF_gdprApplies` and `IABTCF_TCString` from [`NSUserDefaults`](https://developer.apple.com/documentation/foundation/nsuserdefaults#1664798?language=objc)(iOS) or [`SharedPreferences`](https://developer.android.com/training/data-storage/shared-preferences.html)(Android), and passes on these GDPR values downstream and passes on these GDPR values downstream. +* Vendor retrieves `IABTCF_gdprApplies` and `IABTCF_TCString` from [`NSUserDefaults`](https://developer.apple.com/documentation/foundation/nsuserdefaults#1664798?language=objc)(iOS) or [`SharedPreferences`](https://developer.android.com/training/data-storage/shared-preferences.html)(Android), and passes on these GDPR values downstream. ______