Skip to content

Commit

Permalink
Fix documentation for wait_for_docker_container()
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech authored Nov 19, 2024
1 parent 625d30b commit 378e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/going-further/helpers/wait-for.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The `wait_for_docker_container()` function waits for a Docker container to be
ready. It checks if the container is running and if the specified port is
accessible within the specified timeout.
It can also wait for a specific check to be successful, by providing a
`$check` callback function.
`$containerChecker` callback function.


Example:
Expand Down

0 comments on commit 378e1b0

Please sign in to comment.