laminas / laminas-di

Automated dependency injection for PSR-11 containers
https://docs.laminas.dev/laminas-di/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

Correctly spell variety #79

Closed benbankes closed 1 year ago

benbankes commented 2 years ago

Signed-off-by: benbankes bbankes@gmail.com

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

Fix the spelling of one word in the documentation, using the main branch (3.10.x) as the target.

froschdesign commented 2 years ago

@benbankes Please use the correct branch. See the contributing guidelines

Which branch should you issue a pull request against?

For fixes against the stable release, issue the pull request against the release branch matching the minor release you want to fix. For new features, or fixes that introduce new elements to the public API (such as new public methods or properties), issue the pull request against the default branch.

This means for this repository: 3.9.x

Thanks in advance! 👍🏻

Ocramius commented 1 year ago

Thanks @benbankes