From eefb6c672ae06f4df92b19851126537c8ccaa5e9 Mon Sep 17 00:00:00 2001 From: Felipe Ruhland Date: Wed, 7 Apr 2021 22:29:07 +0200 Subject: [PATCH] Fix typo on the v1.41 changelog Signed-off-by: Felipe Ruhland --- docs/api/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 65d6145276..93208e996d 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -32,7 +32,7 @@ keywords: "API, Docker, rcli, REST, documentation" * The `filter` (singular) query parameter, which was deprecated in favor of the `filters` option in Docker 1.13, has now been removed from the `GET /images/json` endpoint. The parameter remains available when using API version 1.40 or below. -* `GET /services` now returns `CappAdd` and `CapDrop` as part of the `ContainerSpec`. +* `GET /services` now returns `CapAdd` and `CapDrop` as part of the `ContainerSpec`. * `GET /services/{id}` now returns `CapAdd` and `CapDrop` as part of the `ContainerSpec`. * `POST /services/create` now accepts `CapAdd` and `CapDrop` as part of the `ContainerSpec`. * `POST /services/{id}/update` now accepts `CapAdd` and `CapDrop` as part of the `ContainerSpec`.