BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
4.21k stars 278 forks source link

fix: double “to” typo (“to to” -> “to”) #78

Closed georgesstein closed 1 year ago

georgesstein commented 1 year ago

Simple typo fix, not sure about english to other languages translations

steve8708 commented 1 year ago

Great catch, thanks @georgesstein!

steve8708 commented 1 year ago

Looks like we just need lint to pass - just run npm run lint:fix locally and then push up the change and we should be good to merge