bulletproof-react
bulletproof-react copied to clipboard
[minor]: Typo in ~/README.md
trafficstars
Description
Going through the README.md, I found that there was a full stop missing for one of the sentences.
| Preview | Fix |
|---|---|
I tried making a PR for this but ran into some permissions issue.
git push --set-upstream origin fix-root-readme-typo
remote: Permission to alan2207/bulletproof-react.git denied to marktoh.
fatal: unable to access 'https://github.com/alan2207/bulletproof-react.git/': The requested URL returned error: 403
It's a small one but hope it helps!
you have to create a fork of the original repo and push your changes to the fork then open a PR from fork to here. the permission error you're seeing is likely because you're trying to push directly against this repo which you don't have permission to.
@seantcanavan Thank you. I created a PR here, https://github.com/alan2207/bulletproof-react/pull/158. Please let me know if that works.