Skip to content

Commit

Permalink
PBJS activity-controls: fixed typo (prebid#4662)
Browse files Browse the repository at this point in the history
changed deviceAccess to accessDevice
  • Loading branch information
bretg committed Jun 20, 2023
1 parent bf806f8 commit ceb8b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/activity-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ So this means that when `priority` is omitted from `allowActivities` configurati

```javascript
pbjs.setConfig({
deviceAccess: false, // this would have the effect of disabling device storage, but...
accessDevice: false, // this would have the effect of disabling device storage, but...
allowActivities: {
accessDevice: {
rules: [
Expand Down

0 comments on commit ceb8b2c

Please sign in to comment.