Skip to content

Commit 294b77c

Browse files
author
Michael Crosby
committed
Merge pull request opencontainers#208 from jonboulle/master
runtime.md: fix spacing
2 parents 023c751 + 5796e34 commit 294b77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Presently there are `Prestart`, `Poststart` and `Poststop`.
77

88
* [`Prestart`](#pre-start) is a list of hooks to be run before the container process is executed
99
* [`Poststart`](#post-start) is a list of hooks to be run immediately after the container process is started
10-
* [`Poststop`](#post-stop)is a list of hooks to be run after the container process exits
10+
* [`Poststop`](#post-stop) is a list of hooks to be run after the container process exits
1111

1212
Hooks allow one to run code before/after various lifecycle events of the container.
1313
Hooks MUST be called in the listed order.

0 commit comments

Comments
 (0)