Skip to content

Commit ca5ba48

Browse files
feliperuhlandthaJeztah
authored andcommitted
Fix typo on the v1.41 changelog
Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> (cherry picked from commit eefb6c6) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 3d5fb94 commit ca5ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords: "API, Docker, rcli, REST, documentation"
3232
* The `filter` (singular) query parameter, which was deprecated in favor of the
3333
`filters` option in Docker 1.13, has now been removed from the `GET /images/json`
3434
endpoint. The parameter remains available when using API version 1.40 or below.
35-
* `GET /services` now returns `CappAdd` and `CapDrop` as part of the `ContainerSpec`.
35+
* `GET /services` now returns `CapAdd` and `CapDrop` as part of the `ContainerSpec`.
3636
* `GET /services/{id}` now returns `CapAdd` and `CapDrop` as part of the `ContainerSpec`.
3737
* `POST /services/create` now accepts `CapAdd` and `CapDrop` as part of the `ContainerSpec`.
3838
* `POST /services/{id}/update` now accepts `CapAdd` and `CapDrop` as part of the `ContainerSpec`.

0 commit comments

Comments
 (0)