Skip to content

Commit

Permalink
Documentation fix; usageRightsConfigProvider class name for GuardianU…
Browse files Browse the repository at this point in the history
…sageRightsConfig has trailing $ now that it's an object.
  • Loading branch information
tonytw1 committed Nov 10, 2024
1 parent 0ea47cb commit 0c3b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07-extending/04-usage-rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ implementations are provided out of the box in the Grid.
below.

```hocon
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig"
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig$"
```

* `RuntimeUsageRightsConfig` - that fetches the data from the application configuration. To use this provider and
Expand Down

0 comments on commit 0c3b652

Please sign in to comment.