Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 1d34b64

Browse files
apupierDelawen
authored andcommitted
Fix missing space on description of Ditribution ratio for load balance
1 parent b15671a commit 1d34b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load-balance/src/LoadBalancerModel.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const loadBalanceStrategies: ILoadBalanceStrategy[] = [
7373
configuration: new Map<string, ILBConfigurationField>([
7474
['id', createConfigurationField('ID', '', false, '')],
7575
['distribution-ratio', createConfigurationField('Distribution Ratio', 'The distribution ratio is a delimited String consisting on integer weights ' +
76-
'separated by delimiters for example 2,3,5. The distributionRatio must match the number of endpoints and/or' +
76+
'separated by delimiters for example 2,3,5. The distributionRatio must match the number of endpoints and/or ' +
7777
'processors specified in the load balancer list.', true, '')],
7878
['distributionRatioDelimiter', createConfigurationField('Distribution Ratio Delimiter', 'Delimiter used to specify the distribution ratio. The default value is , (comma).', false, '')],
7979
['roundRobin', createConfigurationField('Round Robin', 'To enable round robin mode. By default the weighted distribution mode is used. The default value is false.', false, false)]])

0 commit comments

Comments
 (0)