diff --git a/src/api/sfc-script-setup.md b/src/api/sfc-script-setup.md
index c48dda24b..b7eaf1145 100644
--- a/src/api/sfc-script-setup.md
+++ b/src/api/sfc-script-setup.md
@@ -479,7 +479,7 @@ const post = await fetch(`/api/post/1`).then((r) => r.json())
`async setup()` は、現在まだ実験的な機能である [`Suspense`](/guide/built-ins/suspense.html) と組み合わせて使用する必要があります。将来のリリースで完成させてドキュメント化する予定ですが、もし今興味があるのであれば、その[テスト](https://github.com/vuejs/core/blob/main/packages/runtime-core/__tests__/components/Suspense.spec.ts)を参照することで、どのように動作するかを確認できます。
:::
-### ジェネリクス {#generics}
+## ジェネリクス {#generics}
`