From 38ebe6321a7d76464346abfb2cc6419226bed506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20L=C3=AA?= <115204145+DucMinhNe@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:43:22 +0700 Subject: [PATCH] docs: use modern dynamic-component syntax in the {#await} FAQ example --- documentation/docs/60-appendix/10-faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/60-appendix/10-faq.md b/documentation/docs/60-appendix/10-faq.md index 4d9bca83fe3b..6c8f3cc445bc 100644 --- a/documentation/docs/60-appendix/10-faq.md +++ b/documentation/docs/60-appendix/10-faq.md @@ -124,8 +124,8 @@ Finally, you may also consider using an `{#await}` block: {#await ComponentConstructor}
Loading...
-{:then component} -Something went wrong: {error.message}
{/await}