diff --git a/docs/features/wait-strategies.md b/docs/features/wait-strategies.md index 6a304eb4..e396229c 100644 --- a/docs/features/wait-strategies.md +++ b/docs/features/wait-strategies.md @@ -178,7 +178,7 @@ const container = await new GenericContainer("alpine") .start(); ``` -## One shot startup strategy example +## One shot This strategy is intended for use with containers that only run briefly and exit of their own accord. As such, success is deemed to be when the container has stopped with exit code 0.