mirror of https://github.com/status-im/consul.git
Update docs for service splitter example typo (#19469)
This commit is contained in:
parent
65605c554a
commit
413e2a7600
|
@ -50,7 +50,7 @@ Apply a [service splitter configuration entry](/consul/docs/connect/config-entri
|
|||
|
||||
![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%
|
||||
|
|
Loading…
Reference in New Issue