Skip to content

Commit d64a0c7

Browse files
authored
Merge pull request guardian#4367 from eelpie/doc-GuardianUsageRightsConfig-as-object
Documentation fix; correct usageRightsConfigProvider class name for GuardianUsageRightsConfig
2 parents 0ea47cb + 0c3b652 commit d64a0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-extending/04-usage-rights.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ implementations are provided out of the box in the Grid.
1616
below.
1717

1818
```hocon
19-
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig"
19+
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig$"
2020
```
2121

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

0 commit comments

Comments
 (0)