sudheerj / reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
38.19k stars 9.12k forks source link

[FIX] fix a typo in question 13: stopPropogation -> stopPropagation #310

Closed mhsiungw closed 1 month ago

mhsiungw commented 1 month ago

I fixed a typo in question 13. stopPropogation -> stopPropagation

reference: https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation

sudheerj commented 1 month ago

Thanks @mhsiungw for PR