From 81c96979952715030d8d38f2a82556ba0f192a54 Mon Sep 17 00:00:00 2001 From: jm96441n Date: Wed, 1 Nov 2023 14:21:45 -0400 Subject: [PATCH] Update docs for service splitter example typo --- website/content/docs/connect/manage-traffic/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/manage-traffic/index.mdx b/website/content/docs/connect/manage-traffic/index.mdx index be615dd6de5e..4d06dfdd2b89 100644 --- a/website/content/docs/connect/manage-traffic/index.mdx +++ b/website/content/docs/connect/manage-traffic/index.mdx @@ -44,13 +44,13 @@ Apply a [service router configuration entry](/consul/docs/connect/config-entries ### Splitting -The second stage of the discovery chain is the service splitter. Service splitters split incoming requests and route them to different services or service subsets. Splitters enable staged canary rollouts, versioned releases, and similar use cases. +The second stage of the discovery chain is the service splitter. Service splitters split incoming requests and route them to different services or service subsets. Splitters enable staged canary rollouts, versioned releases, and similar use cases. Apply a [service splitter configuration entry](/consul/docs/connect/config-entries/service-splitter) to implement a splitter. Service splitters configuration entries can only reference other service splitters or service resolver configuration entries. ![screenshot of service splitter in the UI](/img/l7-routing/Splitter.png) -If multiple service splitters are chained, Consul flattens the splits so that they behave as a single service spitter. In the following equation, `splitter[A]` references `splitter[B]`: +If multiple service splitters are chained, Consul flattens the splits so that they behave as a single service spitter. In the following equation, `splitter[B]` references `splitter[A]`: ```text splitter[A]: A_v1=50%, A_v2=50%