styled-components / polished

A lightweight toolset for writing styles in JavaScript ✨
https://polished.js.org/
MIT License
7.64k stars 209 forks source link

docs(transparentize): fix trailing comma and semicolon in example code #604

Closed hideo54 closed 2 years ago

hideo54 commented 2 years ago

This is a really tiny fix 🙃 There's an incorrect use of trailing comma and semicolon in example code for transparentize, so I fixed it.

I edited only src/color/transparentize.js. The other changes under docs/ are generated automatically.

This is my first contribution to this repository. Feel free to let me know if you have any problem.

codecov[bot] commented 2 years ago

Codecov Report

Merging #604 (de2df9a) into parse-hsl-fix (bf2bd28) will not change coverage. The diff coverage is n/a.

@@               Coverage Diff               @@
##           parse-hsl-fix      #604   +/-   ##
===============================================
  Coverage         100.00%   100.00%           
===============================================
  Files                 89        89           
  Lines                856       856           
  Branches             319       319           
===============================================
  Hits                 856       856           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/color/transparentize.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 bf2bd28...de2df9a. Read the comment docs.