From 75f81991c27e9602d4bb3eb44aec8775de0713af Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 16 Feb 2025 23:29:22 -0800 Subject: [PATCH] docs(bindable): fix `file:` annotation for App.svelte (#15314) --- documentation/docs/02-runes/06-$bindable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/02-runes/06-$bindable.md b/documentation/docs/02-runes/06-$bindable.md index 14bc8ddbec..c12c2bf490 100644 --- a/documentation/docs/02-runes/06-$bindable.md +++ b/documentation/docs/02-runes/06-$bindable.md @@ -33,7 +33,7 @@ Now, a component that uses `` can add the [`bind:`](bind) directive ```svelte -/// App.svelte +/// file: App.svelte