Skip to content

Commit b669dae

Browse files
committed
Fix typo
1 parent cdfe0da commit b669dae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/concepts/dev-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ retry:
460460

461461
!!! info "Retry duration"
462462
The duration period is calculated as a run age for `no-capacity` event
463-
and as a time passed since the last `interruption` and `error` for `interruption` and `error` events..
463+
and as a time passed since the last `interruption` and `error` for `interruption` and `error` events.
464464

465465
### Inactivity duration
466466

docs/docs/concepts/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ If one replica of a multi-replica service fails with retry enabled,
822822
`dstack` will resubmit only the failed replica while keeping active replicas running.
823823

824824
!!! info "Retry duration"
825-
The duration period is calculated as a run age for `no-capacity` event and as a time passed since the last `interruption` and `error` for `interruption` and `error` events..
825+
The duration period is calculated as a run age for `no-capacity` event and as a time passed since the last `interruption` and `error` for `interruption` and `error` events.
826826

827827
### Spot policy
828828

docs/docs/concepts/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ If one job of a multi-node task fails with retry enabled,
719719
`dstack` will stop all the jobs and resubmit the run.
720720

721721
!!! info "Retry duration"
722-
The duration period is calculated as a run age for `no-capacity` event and as a time passed since the last `interruption` and `error` for `interruption` and `error` events..
722+
The duration period is calculated as a run age for `no-capacity` event and as a time passed since the last `interruption` and `error` for `interruption` and `error` events.
723723

724724
### Priority
725725

0 commit comments

Comments
 (0)