Skip to content

Commit e91c55e

Browse files
authored
Merge pull request opencontainers#603 from coolljt0725/typo
typo: fix missing `)`
2 parents 28c6afe + a83c096 commit e91c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The lifecycle describes the timeline of events that happen from when a container
4949
1. OCI compliant runtime's [`create`](runtime.md#create) command is invoked with a reference to the location of the bundle and a unique identifier.
5050
2. The container's runtime environment MUST be created according to the configuration in [`config.json`](config.md).
5151
If the runtime is unable to create the environment specified in the [`config.json`](config.md), it MUST generate an error.
52-
While the resources requested in the [`config.json`](config.md) MUST be created, the user-specified code (from [`process`](config.md#process-configuration) MUST NOT be run at this time.
52+
While the resources requested in the [`config.json`](config.md) MUST be created, the user-specified code (from [`process`](config.md#process-configuration)) MUST NOT be run at this time.
5353
Any updates to [`config.json`](config.md) after this step MUST NOT affect the container.
5454
3. Once the container is created additional actions MAY be performed based on the features the runtime chooses to support.
5555
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).

0 commit comments

Comments
 (0)