Skip to content

Commit 4633355

Browse files
authored
Fix typo use-is-routing.mdx (solidjs#885)
1 parent 84b603f commit 4633355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/primitives/use-is-routing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const isRouting = useIsRouting();
1010

1111
return (
1212
<div classList={{ "grey-out": isRouting() }}>
13-
<MyAwesomeConent />
13+
<MyAwesomeContent />
1414
</div>
1515
);
1616
```

0 commit comments

Comments
 (0)