facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.11k stars 283 forks source link

docs: Fix a few typos #424

Closed timgates42 closed 2 years ago

timgates42 commented 2 years ago

There are small typos in:

Fixes:

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

KapJI commented 2 years ago

Thanks!