Skip to content

Commit 75f8199

Browse files
authored
docs(bindable): fix file: annotation for App.svelte (#15314)
1 parent c40392c commit 75f8199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-runes/06-$bindable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now, a component that uses `<FancyInput>` can add the [`bind:`](bind) directive
3333

3434
<!-- prettier-ignore -->
3535
```svelte
36-
/// App.svelte
36+
/// file: App.svelte
3737
<script>
3838
import FancyInput from './FancyInput.svelte';
3939

0 commit comments

Comments
 (0)