FRACerqueira / PromptPlus

Interactive command-line toolkit for .Net core with powerful controls and commands to create professional console applications.
https://fracerqueira.github.io/PromptPlus/
MIT License
50 stars 5 forks source link

Spell checking pass #52

Closed ividyon closed 1 year ago

ividyon commented 1 year ago

Thanks for all your hard work on this cool library, it makes simple commandline tools a lot more fun to make and use.

I made some spell-checking corrections. Unfortunately this is not a "trivial" PR since there were typos in various methods and variables, so it may be "breaking".

I also fixed some lingering references to SpectreConsole where they weren't intended, and some other small things of that nature.

This is not at all a comprehensive, methodical list of changes. I just fixed what I saw with my own eyes, there are likely more issues remaining, but I thought I'd push this for now.

FRACerqueira commented 1 year ago

Thank you very much for your 'PR'. You did a lot of work! I will be reviewing changes that impact the core code.

A Tip: All *.md that are in the 'docs\apis' folder do not need to be revised, they are automatically generated based on the text of the comments (///), see the tool at https://github.com/FRACerqueira/ xmldoc2md .

Again I am very happy with your contribution. Hope I can get your help with you for new releases :-)

FRACerqueira commented 1 year ago

@ividyon you can see and follow the result of your work in the branch:

https://github.com/FRACerqueira/PromptPlus/tree/V4.0.5