Accidently pushed my commit to running PR

I accidently pushed new commits which fixes this issue https://github.com/meshery/meshery/issues/11203 to my previous running PR which is under review. Both are docs issue. What should I do now please help.

Hey @Aviral0702

Use this to remove your last commit

git reset --hard HEAD~1

and then force push

git push --force

Thanks for the guidance.