Skip to content

Commit e5c7939

Browse files
authored
Update health-probes.md
fix Acrolinx issues
1 parent 37590b3 commit e5c7939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/health-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For a full listing of the specification supported in Azure Container Apps, refer
2626

2727
Container Apps offers default probe settings if no probes are defined. If your app takes an extended amount of time to start, which is very common in Java, you often need to customize the probes so your container won't crash.
2828

29-
The following example demonstrates how to extend the liveness and readiness probes to accomodate an extended start up process.
29+
The following example demonstrates how to extend the liveness and readiness probes to accommodate an extended start-up process.
3030

3131
```json
3232
"probes": [

0 commit comments

Comments
 (0)