summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2017-04-11 15:44:41 +0200
committerGitHub <noreply@github.com>2017-04-11 15:44:41 +0200
commit8d254901451df57231c0052124bad070a8e7ef96 (patch)
treeccc0c48f3133faea6c446ed287ff401d7ff6b136
parenta258ef58d8a100467d5d948b026a884ebe58eaf4 (diff)
parent269df77be24b0644a267f693a89ef4a794c62dd9 (diff)
downloaddocker-8d254901451df57231c0052124bad070a8e7ef96.tar.gz
Merge pull request #32523 from albers/typo-api-version-history
Fix typo in version-history.md
-rw-r--r--docs/api/version-history.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/version-history.md b/docs/api/version-history.md
index 5bf2460313..d89cbcf8fb 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -22,7 +22,7 @@ keywords: "API, Docker, rcli, REST, documentation"
* `POST /networks/create` now supports creating the ingress network, by specifying an `Ingress` boolean field. As of now this is supported only when using the overlay network driver.
* `GET /networks/(name)` now returns an `Ingress` field showing whether the network is the ingress one.
* `GET /networks/` now supports a `scope` filter to filter networks based on the network mode (`swarm`, `global`, or `local`).
-* `POST /containers/create`, `POST /service/create` and `POST /services/(id or name)/update` now takes the field `StartPeriod` as a part of the `HealthConfig` allowing for specification of a period during which the container should not be considered unealthy even if health checks do not pass.
+* `POST /containers/create`, `POST /service/create` and `POST /services/(id or name)/update` now takes the field `StartPeriod` as a part of the `HealthConfig` allowing for specification of a period during which the container should not be considered unhealthy even if health checks do not pass.
## v1.28 API changes