Skip to content

Commit

Permalink
docs(requestconfig.md): fix typo (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
oikalyptus authored Apr 24, 2024
1 parent c4cc493 commit 097c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/admanager/requestconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are building for iOS 14 or later, Facebook requires that you explicitly s
```js
const config = {
testDeviceIds: ["YOUR_TEST_DEVICE_ID"],
maxAdContetRating: "MA",
maxAdContentRating: "MA",
tagForChildDirectedTreatment: false,
tagForUnderAgeConsent: false,
};
Expand Down

0 comments on commit 097c43a

Please sign in to comment.