Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #47 from react-native-admob/docs-typo
Browse files Browse the repository at this point in the history
Fix typo in setRequestConfiguration
  • Loading branch information
wjaykim committed Nov 5, 2021
2 parents ba532ba + e27723f commit b3b8b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/misc/setRequestConfiguration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import AdMob from '@react-native-admob/admob';

const config = {
testDeviceIds: ["YOUR_TEST_DEVICE_ID"],
maxAdContetRating: "MA",
maxAdContentRating: "MA",
tagForChildDirectedTreatment: false,
tagForUnderAgeConsent: false,
};
Expand Down

0 comments on commit b3b8b73

Please sign in to comment.