donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k stars 440 forks source link

docs: fix simple typo, recurssion -> recursion #184

Open timgates42 opened 3 years ago

timgates42 commented 3 years ago

There is a small typo in xonsh/proc.py.

Should read recursion rather than recurssion.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 53.21%. Comparing base (d7c57ab) to head (3f02f30).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #184 +/- ## =========================================== - Coverage 95.09% 53.21% -41.89% =========================================== Files 34 86 +52 Lines 2119 6585 +4466 =========================================== + Hits 2015 3504 +1489 - Misses 104 3081 +2977 ```