Skip to content

Commit 991d26c

Browse files
committed
Merge pull request #464 from wking/lifecycle-indent
runtime: Consistent indent for "However, some actions..."
2 parents 44f2277 + 7b28a16 commit 991d26c

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
@@ -38,7 +38,7 @@ The lifecycle describes the timeline of events that happen from when a container
3838
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.
3939
Any updates to `config.json` after this step MUST NOT affect the container.
4040
3. Once the container is created additional actions MAY be performed based on the features the runtime chooses to support.
41-
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
41+
However, some actions might only be available based on the current state of the container (e.g. only available while it is started).
4242
4. Runtime's `start` command is invoked with the unique identifier of the container.
4343
The runtime MUST run the user-specified code, as specified by [`process`](config.md#process-configuration).
4444
5. The container's process is stopped.

0 commit comments

Comments
 (0)