diff --git a/packages/frontend/src/components/MkEmbedCodeGenDialog.vue b/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
index 5513930c6c..65516d35de 100644
--- a/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
+++ b/packages/frontend/src/components/MkEmbedCodeGenDialog.vue
@@ -21,10 +21,10 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts.preview }}
-
+
{{ i18n.ts._embedCodeGen.maxHeightWarn }}
{{ i18n.ts._embedCodeGen.previewIsNotActual }}
- {{ i18n.ts._embedCodeGen.applyToPreview }}
+ {{ i18n.ts._embedCodeGen.applyToPreview }}
diff --git a/packages/misskey-js/src/streaming.ts b/packages/misskey-js/src/streaming.ts
index fdf71daebc..0566f41b5a 100644
--- a/packages/misskey-js/src/streaming.ts
+++ b/packages/misskey-js/src/streaming.ts
@@ -36,7 +36,7 @@ export interface IStream extends EventEmitter
{
ping(): void;
heartbeat(): void;
close(): void;
-};
+}
/**
* Misskey stream connection