Skip to content

Commit e10b04d

Browse files
committed
spec: consistent wording
Chasing opencontainers#621, standardise on case/punctuation/articles Signed-off-by: Jonathan Boulle <[email protected]>
1 parent e9f698e commit e10b04d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

spec.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
5151

5252
The high-level components of the spec include:
5353

54-
* [Image Manifest](manifest.md) - Describes the components that make up a container image.
55-
* [Image Index](image-index.md) - An index of annotated image manifests distributed as a complete unit.
56-
* [Image Layout](image-layout.md) - The filesystem layout representing the contents of an image
54+
* [Image Manifest](manifest.md) - a document describing the components that make up a container image
55+
* [Image Index](image-index.md) - an index of annotated image manifests distributed as a complete unit
56+
* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
5757
* [Filesystem Layers](layer.md) - changesets that describe a container's filesystem
58-
* [Image Configuration](config.md) - The document determining layer ordering and configuration of the image suitable for consumption by runtime-spec
59-
* [Descriptors](descriptor.md) - Describes the type, metadata and content address of referenced content.
58+
* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for consumption by [runtime-spec][]
59+
* [Descriptors](descriptor.md) - an reference that describes the type, metadata and content address of referenced content
6060
* Signatures that are based on signing image content address (optional OCI layer)
6161
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
6262

6363
[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
64+
[runtime-spec]: https://github.com/opencontainers/runtime-spec

0 commit comments

Comments
 (0)