mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -225,7 +225,7 @@
|
|||
// Spinning gradient demo/test
|
||||
backgroundAnimateDemo("gradient-spin", angle => `linear-gradient(${angle}deg, red 0%, black 20%, yellow 60%, cyan 100%)`)
|
||||
|
||||
// Transistion hints demo
|
||||
// Transition hints demo
|
||||
backgroundAnimateDemo("gradient-hints", t => `linear-gradient(to right, hotpink, ${((Math.sin(t/4)+1)*50)|0}%, rebeccapurple)`)
|
||||
|
||||
updateLabels();
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
Promise.reject(new Error('Success!'));
|
||||
window.timer = setTimeout(() => {
|
||||
const element = document.createElement('p');
|
||||
element.innerText = 'Did not receieve unhandledrejection event in 100ms.';
|
||||
element.innerText = 'Did not receive unhandledrejection event in 100ms.';
|
||||
element.style.color = 'red';
|
||||
document.body.appendChild(element);
|
||||
}, 100)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue