Skip to content

Commit fdc132b

Browse files
committed
Fix typo
1 parent 450c521 commit fdc132b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/fleet/upgrade-elastic-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ On self-managed and cloud deployments of {{stack}}, you can configure the defaul
263263
xpack.fleet.autoUpgrades.taskInterval: 15m <1>
264264
xpack.fleet.autoUpgrades.retryDelays: ['5m', '10m', '20m'] <2>
265265
```
266-
1. The time interval between which the auto-upgrade task should run. Defaults to `30m`.
267-
2. Array indicating how much time should pass before a failed auto-upgrade is retried. The array's length indicates the maximum number of retries. Defaults to `['30m', '1h', '2h', '4h', '8h', '16h', '24h']`
266+
1. The time interval at which the auto-upgrade task should run. Defaults to `30m`.
267+
2. Array indicating how much time should pass before a failed auto-upgrade is retried. The array's length indicates the maximum number of retries. Defaults to `['30m', '1h', '2h', '4h', '8h', '16h', '24h']`.
268268

269269
For more information, refer to the [Kibana configuration reference](kibana://reference/configuration-reference.md).
270270

0 commit comments

Comments
 (0)