Skip to content

Commit

Permalink
docs(typo): pluralize SDK -> SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 3, 2022
1 parent 5a30706 commit 0344dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/how-to/how-to-use-custom-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 0344dc7

Please sign in to comment.