From 0c3b652995e18237152140445954595cd3fd1d25 Mon Sep 17 00:00:00 2001 From: Tony McCrae Date: Sun, 10 Nov 2024 16:45:50 +0000 Subject: [PATCH] Documentation fix; usageRightsConfigProvider class name for GuardianUsageRightsConfig has trailing $ now that it's an object. --- docs/07-extending/04-usage-rights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-extending/04-usage-rights.md b/docs/07-extending/04-usage-rights.md index 7e12fd7f96..cf622409a9 100644 --- a/docs/07-extending/04-usage-rights.md +++ b/docs/07-extending/04-usage-rights.md @@ -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