From 0344dc79e4b787e5c5ac631eadc8c4cbfc3b6704 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 3 Jan 2022 13:55:45 +0100 Subject: [PATCH] docs(typo): pluralize SDK -> SDKs --- website/docs/how-to/how-to-use-custom-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 34d2e59a76..4059a2c21a 100644 --- a/website/docs/how-to/how-to-use-custom-strategies.md +++ b/website/docs/how-to/how-to-use-custom-strategies.md @@ -83,7 +83,7 @@ The steps to implement a custom strategy for your client depend on the kind of c ### Option B: Implement the strategy for a front-end client SDK {#step-3-b} -Front-end client SDK don't evaluate strategies directly, so you need to implement the **custom strategy in the [Unleash Proxy](../sdks/unleash-proxy.md)**. Depending on how you run the Unleash Proxy, follow one of the below series of steps: +Front-end client SDKs don't evaluate strategies directly, so you need to implement the **custom strategy in the [Unleash Proxy](../sdks/unleash-proxy.md)**. Depending on how you run the Unleash Proxy, follow one of the below series of steps: - If you're running the Unleash Proxy as a Docker container, refer to the [steps for using a containerized Proxy](#step-3-b-docker). - If you're using the Unleash Proxy via Node.js, refer to the [steps for using custom strategies via Node.js](#step-3-b-node).