diff --git a/docs/deprecated.md b/docs/deprecated.md index a43bed1daf..7752fa081d 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -560,7 +560,7 @@ See the events API documentation for the new format. **Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)** -To make tagging consistent across the various `docker` commands, the `-f` flag on the `docker tag` command is deprecated. It is not longer necessary to specify `-f` to move a tag from one image to another. Nor will `docker` generate an error if the `-f` flag is missing and the specified tag is already in use. +To make tagging consistent across the various `docker` commands, the `-f` flag on the `docker tag` command is deprecated. It is no longer necessary to specify `-f` to move a tag from one image to another. Nor will `docker` generate an error if the `-f` flag is missing and the specified tag is already in use. ### HostConfig at API container start **Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**