Skip to content

Commit 3ecf0d7

Browse files
committed
Fixed Bug
1 parent 1c0c234 commit 3ecf0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function PageRoute() {
196196
{
197197
()=> <span> You are currently on <code>{location.pathname}</code></span>
198198
}
199-
</BrowserOnly
199+
</BrowserOnly>
200200
</BrowserWindow>
201201

202202
---

0 commit comments

Comments
 (0)