Skip to content

Commit 50d0a0c

Browse files
fix backtick typo
Co-authored-by: Copilot <[email protected]>
1 parent 4a50173 commit 50d0a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/primitives/use-preload-route.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ preload(`/users/settings`, { preloadData: true });
1212

1313
## Usage
1414

15-
Routes are preloaded by default when using the [`<A>`](/solid-router/reference/components/a)` component.
15+
Routes are preloaded by default when using the [`<A>`](/solid-router/reference/components/a) component.
1616
This helper is useful when you want to preload a route in response to some other event, such as a button click or a timer.
1717

1818
## Type Signature

0 commit comments

Comments
 (0)