diff --git a/website/docs/how-to/how-to-use-custom-strategies.md b/website/docs/how-to/how-to-use-custom-strategies.md index 6d965d1ac0..4a4c62a536 100644 --- a/website/docs/how-to/how-to-use-custom-strategies.md +++ b/website/docs/how-to/how-to-use-custom-strategies.md @@ -183,6 +183,7 @@ The Unleash Proxy accepts a `customStrategies` property as part of its initializ unleashApiToken: '*:default.56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d', proxySecrets: ['proxy-secret', 'another-proxy-secret', 's1'], refreshInterval: 1000, + // highlight-next-line customStrategies: [new TimeStampStrategy()] });