mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Fix random typos (#26881)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user