Skip to content

Commit

Permalink
fixes lots of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Oct 13, 2024
1 parent ac11c99 commit 7032da8
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4,247 deletions.
2 changes: 1 addition & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h2>About</h2>
const cmykPercentageWords = cd.percentageWords("cmyk");
$code.innerHTML = `const cd = new ColorDescription('<i>${value}</i>');
cd.getDescriptiveList();`;
const temparature = cd.temeratureWords;
const temperature = cd.temperatureWords;
const meanings = cd.meanings;
const usage = cd.usage;
if(!fromPicker) {
Expand Down Expand Up @@ -361,10 +361,10 @@ <h3>Contrast Information</h3>
} would be the most readable text color.</p>
<h3>Light Temparature</h3>
<h3>Light Temperature</h3>
<p>It has a temperature of <strong>${
temparature.value
}</strong><abbr title="kelvin">K</abbr> this is considered to be ${temparature.descriptive.join(
temperature.value
}</strong><abbr title="kelvin">K</abbr> this is considered to be ${temperature.descriptive.join(
", "
)}</p>
Expand Down
Loading

0 comments on commit 7032da8

Please sign in to comment.