Skip to content

Commit 1218038

Browse files
docs: fix missing parentheses in about.tsx example file (#3143)
Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
1 parent 29d1e0a commit 1218038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/canary/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default define.page(() => {
5858
<p>This is the about page.</p>
5959
</main>
6060
);
61-
}
61+
});
6262
```
6363

6464
If we navigate to `/about` in the browser we'll see our newly created page.
@@ -110,7 +110,7 @@ export default define.page(() => {
110110
<Countdown />
111111
</main>
112112
);
113-
}
113+
});
114114
```
115115

116116
Now, we can see our countdown in action:

0 commit comments

Comments
 (0)