Skip to content

Commit d4f835d

Browse files
committed
spec: Expand "OCI" in spec-title reference
For consistency with the rest of the spec: $ git --no-pager grep --count 'Open Container Initiative Runtime Specification' README.md:1 config.md:2 schema/config-schema.json:1 schema/defs.json:2 spec.md:1 specs-go/config.go:1 $ git --no-pager grep --count 'OCI Runtime Specification' spec.md:1 Signed-off-by: W. Trevor King <[email protected]>
1 parent ef65f73 commit d4f835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [Open Container Initiative][oci] develops specifications for standards on Op
44

55
# <a name="ociRuntimeSpecAbstract" />Abstract
66

7-
The OCI Runtime Specification aims to specify the configuration, execution environment, and lifecycle of a container.
7+
The Open Container Initiative Runtime Specification aims to specify the configuration, execution environment, and lifecycle of a container.
88

99
A container's configuration is specified as the `config.json` for the supported platforms and details the fields that enable the creation of a container.
1010
The execution environment is specified to ensure that applications running inside a container have a consistent environment between runtimes along with common actions defined for the container's lifecycle.

0 commit comments

Comments
 (0)