Skip to content

Commit 06b58ce

Browse files
ci: apply automated fixes
1 parent 81f41ea commit 06b58ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(2)guides/(2)routing-and-navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ render(
126126

127127
**6. Create links to your routes**
128128

129-
The [native anchor tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) provides soft navigation to an application's routes.
129+
The [native anchor tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) provides soft navigation to an application's routes.
130130

131131
```jsx
132132
import { render } from "solid-js/web";

0 commit comments

Comments
 (0)