during development of my project in jsx i always had an issue on jsx component property
<button onCLick={()=>{}}>Click Me</button>
i always had this typo in my component, instead of onClick i always type it onCLick
but the vs code spell checker accept it as a valid property and valid word spelling,
how can i make an exception to this word onCLick from the builtin spellchecker of vscode?
i don’t know how to fix this so if anybody know how fix this pls help.
joshua dadula is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3