diff --git a/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md b/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md index cc0665c45..51cbe2c9b 100644 --- a/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md +++ b/en/micro-integrator/docs/use-cases/examples/template_examples/using-endpoint-templates.md @@ -3,7 +3,7 @@ For example, let's say we have two default endpoints with following hypothetical configurations: ```xml tab='Endpoint 1' - + 10001,10002 @@ -18,7 +18,7 @@ For example, let's say we have two default endpoints with following hypothetical ``` ```xml tab='Endpoint 2' - + 10001,10003 @@ -35,7 +35,7 @@ For example, let's say we have two default endpoints with following hypothetical We can see that these two endpoints have different set of error codes and different progression factors for suspension. Furthermore, the number of retries is different between them. By defining an endpoint template, these two endpoints can be converged to a generalized form. This is illustrated in the following: ``` -