Skip to content

Commit

Permalink
Merge pull request #577 from jolicode/fix-doc-wait-docker
Browse files Browse the repository at this point in the history
Fix documentation for wait_for_docker_container()
  • Loading branch information
lyrixx authored Nov 19, 2024
2 parents 625d30b + 378e1b0 commit dc04529
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 dc04529

Please sign in to comment.