bulletproof-react icon indicating copy to clipboard operation
bulletproof-react copied to clipboard

[minor]: Typo in ~/README.md

Open marktoh opened this issue 1 year ago • 2 comments
trafficstars

Description

Going through the README.md, I found that there was a full stop missing for one of the sentences.

Preview Fix
Screenshot 2024-05-16 at 9 27 59 PM Screenshot 2024-05-16 at 9 27 34 PM

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!

marktoh avatar May 16 '24 13:05 marktoh

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 avatar May 17 '24 14:05 seantcanavan

@seantcanavan Thank you. I created a PR here, https://github.com/alan2207/bulletproof-react/pull/158. Please let me know if that works.

marktoh avatar May 17 '24 23:05 marktoh