diff --git a/docs/docfx/articles/load-balancing.md b/docs/docfx/articles/load-balancing.md index 6bc901ee3..44bcac557 100644 --- a/docs/docfx/articles/load-balancing.md +++ b/docs/docfx/articles/load-balancing.md @@ -62,7 +62,7 @@ var clusters = new[] ## Built-in policies YARP ships with the following built-in policies: -- `First` +- `FirstAlphabetical` Select the alphabetically first available destination without considering load. This is useful for dual destination fail-over systems. - `Random`