Browse Source

image/spec: Fix typo in "superseded"

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Paweł Gronowski 1 year ago
parent
commit
6dd78a9ac2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      image/spec/v1.1.md
  2. 1 1
      image/spec/v1.md

+ 1 - 1
image/spec/v1.1.md

@@ -1,7 +1,7 @@
 # Docker Image Specification v1.1.0
 # Docker Image Specification v1.1.0
 
 
 This Document described the Docker Image Specification used by Docker Engine
 This Document described the Docker Image Specification used by Docker Engine
-v1.10.0 and up. It has been supserseeded by Docker Image Specification v1.2.0.
+v1.10.0 and up. It has been superseded by Docker Image Specification v1.2.0.
 
 
 The Docker Image Specification is the image specification as used by the
 The Docker Image Specification is the image specification as used by the
 Docker Engine, and was used as foundation of the OCI image specification.
 Docker Engine, and was used as foundation of the OCI image specification.

+ 1 - 1
image/spec/v1.md

@@ -1,7 +1,7 @@
 # Docker Image Specification v1.0.0
 # Docker Image Specification v1.0.0
 
 
 This Document described the Docker Image Specification used by Docker Engine
 This Document described the Docker Image Specification used by Docker Engine
-before v1.10.0. It has been supserseeded by Docker Image Specification v1.1.0.
+before v1.10.0. It has been superseded by Docker Image Specification v1.1.0.
 
 
 The Docker Image Specification is the image specification as used by the
 The Docker Image Specification is the image specification as used by the
 Docker Engine, and was used as foundation of the OCI image specification.
 Docker Engine, and was used as foundation of the OCI image specification.