Skip to content

Commit efde922

Browse files
authored
Correct title casing inconsistencies (#1033)
1 parent 46f2c6e commit efde922

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/routes/solid-router/concepts/alternative-routers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Alternative Routers
2+
title: Alternative routers
33
---
44

55
While the default router uses the browser's `location.pathname` to determine the current route, you can use alternative routers to change this behavior.

src/routes/solid-router/concepts/nesting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Nesting Routes
2+
title: Nesting routes
33
---
44

55
Nested routes are a way to create a hierarchy of routes in your application.

src/routes/solid-start/advanced/websocket.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: WebSocket Endpoint
2+
title: WebSocket endpoint
33
---
44

55
WebSocket endpoint may be included by passing the ws handler file you specify in your start config.

0 commit comments

Comments
 (0)