Skip to content

Commit c8742da

Browse files
committed
fix: signal
1 parent b8c9feb commit c8742da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/getting-started/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Hot reloading is a feature that allows you to see the changes you make to your c
115115

116116
```html ins="app.html"
117117
// app.html
118-
<h1>Welcome to {{title}}!</h1>
118+
<h1>Welcome to {{title()}}!</h1>
119119
```
120120

121121
3. In the file `app.ts`, locate the `imports` array and remove the `RouterOutlet` import:

0 commit comments

Comments
 (0)