DEV: Fix random typos (#26881)

This commit is contained in:
Jarek Radosz
2024-05-06 20:52:48 +02:00
committed by GitHub
parent d8b1c3c807
commit 79870d3a1e
9 changed files with 16 additions and 16 deletions

View File

@ -34,7 +34,7 @@ module("Discourse Lazy Videos | Component | lazy-video", function (hooks) {
assert.dom(".icon.youtube-icon").exists();
});
test("uses tthe dominant color from the dom", async function (assert) {
test("uses the dominant color from the dom", async function (assert) {
await render(hbs`<LazyVideo @videoAttributes={{this.attributes}} />`);
assert