doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4.01k stars 1.26k forks source link

[Blameable] Fix spelling error #2817

Closed mirutz closed 2 weeks ago

mirutz commented 2 weeks ago

[Unreleased]

Fixed

Removed an apostrophe

mirutz commented 2 weeks ago

As it is my first contribution to any public repository, i did not really know what was required under the "fixed" part (in the CONTRIBUTING.md), or what changelog to refer to. As it seems like a really minor change, i hope it still helps 👍

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.79%. Comparing base (0632ab1) to head (c1e7939). Report is 49 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2817 +/- ## ========================================== + Coverage 78.75% 78.79% +0.04% ========================================== Files 163 167 +4 Lines 8593 8629 +36 ========================================== + Hits 6767 6799 +32 - Misses 1826 1830 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

franmomu commented 2 weeks ago

thanks @mirutz!