thephpleague / thephpleague.github.io

The League of Extraordinary Packages website
thephpleague.com
MIT License
45 stars 34 forks source link

Typo in documentation #85

Closed mstnorris closed 7 years ago

mstnorris commented 7 years ago

On http://pipeline.thephpleague.com/usage/ under the heading Exception handling:

This package is completely transparent when dealing with exception. In no case will this package catch an exception or silence an error. Exception should be dealt with on a per-case ~basic~ basis. Either inside a stage or at time when the pipeline processes a payload.

colinodell commented 7 years ago

Good catch! Would you mind reporting it to the pipline repository? That way the project maintainers will be notified and can make the fix.

Or for bonus points, you could submit a PR for their gh-pages branch (which contains the documentation website) to make that change: https://github.com/thephpleague/pipeline/tree/gh-pages :)

mstnorris commented 7 years ago

PR Done.

Thanks, I couldn't find the docs.

colinodell commented 7 years ago

Thank you!