Skip to content

Commit

Permalink
fix: typo in healthCheck examples
Browse files Browse the repository at this point in the history
  • Loading branch information
serpi90 authored and traefiker committed Oct 7, 2019
1 parent 0865962 commit c83d791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/routing/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Below are the available options for the health check mechanism:
```toml tab="TOML"
## Dynamic configuration
[http.services]
[http.servicess.Service-1]
[http.services.Service-1]
[http.services.Service-1.loadBalancer.healthCheck]
path = "/health"
interval = "10s"
Expand All @@ -242,7 +242,7 @@ Below are the available options for the health check mechanism:
```yaml tab="YAML"
## Dynamic configuration
http:
servicess:
services:
Service-1:
loadBalancer:
healthCheck:
Expand Down

0 comments on commit c83d791

Please sign in to comment.