瀏覽代碼

Merge pull request #14886 from duglin/FixDepDoc

Fix typo in deprecation doc
Phil Estes 10 年之前
父節點
當前提交
c5053d4700
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/misc/deprecated.md
  2. 1 1
      docs/misc/index.md

+ 1 - 1
docs/misc/deprecated.md

@@ -50,7 +50,7 @@ are deprecated and replaced with double-dash options (`--opt`):
     docker search -trusted
     docker search -trusted
     docker tag -force
     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 run --networking
     docker ps --since-id
     docker ps --since-id

+ 1 - 1
docs/misc/index.md

@@ -100,7 +100,7 @@ on the separate [Release Notes page](/release-notes/)
 ## Feature Deprecation Policy
 ## Feature Deprecation Policy
 
 
 As changes are made to Docker there may be times when existing features
 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
 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
 and will remain in Docker for, usually, at least 2 releases. After that time
 it may be removed.
 it may be removed.