From ea3dcee913d5c76984354340239f97a725035e88 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Wed, 22 Jul 2015 18:34:41 -0700 Subject: [PATCH] Fix typos in deprecation doc thanks @tiborvass Signed-off-by: Doug Davis --- docs/misc/deprecated.md | 2 +- docs/misc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/misc/deprecated.md b/docs/misc/deprecated.md index c35936ed50..edad62a4e5 100644 --- a/docs/misc/deprecated.md +++ b/docs/misc/deprecated.md @@ -50,7 +50,7 @@ are deprecated and replaced with double-dash options (`--opt`): docker search -trusted docker tag -force -The following single-dash options are deprecated and have no replacement: +The following double-dash options are deprecated and have no replacement: docker run --networking docker ps --since-id diff --git a/docs/misc/index.md b/docs/misc/index.md index 7726436a57..a3a0a36f02 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -100,7 +100,7 @@ on the separate [Release Notes page](/release-notes/) ## Feature Deprecation Policy As changes are made to Docker there may be times when existing features -will need to be removed or replace with newer features. Before an existing +will need to be removed or replaced with newer features. Before an existing feature is removed it will be labeled as "deprecated" within the documentation and will remain in Docker for, usually, at least 2 releases. After that time it may be removed.