Hacker News new | ask | show | jobs
by ahaferburg 2635 days ago
Because I'd have to fork, wait for the Github client to process the fork, find the source file that produced the error, fix it, commit, push, then go back to Github to create a PR. PRs are overkill for typos on a project I don't develop on.
1 comments

You can do all of this from the web interface. There's a pencil icon on the top right of the document. It will let you edit the file then create a fork and PR
Awesome, didn't know that. Thanks!
It's relatively new and fantastic for simple text edits, though I certainly would recommend actually testing changes if you're changing code.