panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.61k stars 136 forks source link

docs: Fix simple typo, caracters -> characters #49

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in src/case/swap_case.js.

Should read characters rather than caracters.

codecov-io commented 4 years ago

Codecov Report

Merging #49 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files         108      108           
  Lines         955      955           
  Branches      216      216           
=======================================
  Hits          944      944           
  Misses          9        9           
  Partials        2        2           
Impacted Files Coverage Δ
src/case/swap_case.js 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 50c565a...eba04bc. Read the comment docs.

panzerdp commented 4 years ago

Thanks @timgates42.