GitoxideLabs / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.91k stars 303 forks source link

Fix typos in config support info #1531

Closed EliahKagan closed 1 month ago

EliahKagan commented 1 month ago

This fixes #1530 and makes some other minor improvements.

Further improvements are possible, such as to unify the style of the explanations so that they all follow the same capitalization and quoting conventions. I believe that should be done, but since I may inquire about other substantive areas soon anyway (as I did in #1530), I think that can wait until a subsequent PR.

This information is available by API, so maybe this should be a conventional commit? I can easily amend this so the commit message starts with fix: if you like. This seems like a gray area with respect to whether fix: ought to be used.

EliahKagan commented 1 month ago

I've opened #1537 for those further changes.