javascript-testing-best-practices icon indicating copy to clipboard operation
javascript-testing-best-practices copied to clipboard

Refactor : correct spelling

Open polyglot-k opened this issue 1 year ago • 0 comments
trafficstars

I corrected the spelling mistake

  • Correction
    • Original code
     calculateVAT(priceWithoutVAT){
    
    • fixed code
      calculateVATAdd(priceWithoutVAT){
    

polyglot-k avatar Jun 21 '24 18:06 polyglot-k