clue / reactphp-docker

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-docker
MIT License
107 stars 16 forks source link

Fix typos in documentation and examples #83

Closed yadaiio closed 9 months ago

yadaiio commented 10 months ago

This pull request fixes a few typos with the help of https://github.com/szepeviktor/typos-on-you.

yadaiio commented 10 months ago

Noticed that PHPUnit is failing with an exit code 1 during code coverage. In my opinion, I haven't made any changes to the actual code. Is there something broken on your side or did I do something wrong here?

yadaiio commented 9 months ago

After the pull request #84 made by @clue was merged, I rebased this pull request. Thank you so much for putting your effort into this @clue and I'm happy everything's running green now.