Skip to content

Commit b156a59

Browse files
authored
[Learning Paths] Fix typo (#28643)
1 parent d69b2f0 commit b156a59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/learning-paths/load-balancing/concepts/health-checks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ That's where another part of the load balancing equation comes in: monitors and
1818

1919
## How it works
2020

21-
A monitor issues health checks periodically to evaluate the health of a each server within a pool.
21+
A monitor issues health checks periodically to evaluate the health of each server within a pool.
2222

2323
<GlossaryDefinition term="health check" />
2424

src/content/docs/learning-paths/load-balancing/planning/server-pool-health.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { Details, GlossaryDefinition, Render } from "~/components"
1010

11-
As discussed before, a monitor issues health checks periodically to evaluate the health of a each server within a pool.
11+
As discussed before, a monitor issues health checks periodically to evaluate the health of each server within a pool.
1212

1313
<Render file="health-check-diagram" product="load-balancing" /> <br/>
1414

0 commit comments

Comments
 (0)