Skip to content

Commit 9e7b485

Browse files
committed
fix: clean up descriptions in MoreFeatures grid
1 parent d7d6e73 commit 9e7b485

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

www/components/homepage/MoreFeatures.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const features = [
3737
{
3838
title: "Route Handlers",
3939
description:
40-
"Define GET, POST, DELETE any HTTP method as a named handler on your route, with full type safety.",
40+
"Define GET, POST, DELETE, or any HTTP method as a named handler on your route, with full type safety.",
4141
href: "/docs/concepts/routing",
4242
icon: (
4343
<svg
@@ -70,7 +70,7 @@ const features = [
7070
{
7171
title: "WebSockets",
7272
description:
73-
"Add real-time endpoints with app.ws() — define open, message, and close handlers in a single object.",
73+
"Add real-time endpoints with app.ws(). Define open, message, and close handlers in a single object.",
7474
href: "/docs/advanced/websockets",
7575
icon: (
7676
<svg
@@ -102,7 +102,7 @@ const features = [
102102
{
103103
title: "<Head> Component",
104104
description:
105-
"Set titles, meta tags, stylesheets, and scripts from any page or island — no hoisting hacks needed.",
105+
"Set titles, meta tags, stylesheets, and scripts from any page or island. No hoisting hacks needed.",
106106
href: "/docs/advanced/head",
107107
icon: (
108108
<svg
@@ -167,7 +167,7 @@ const features = [
167167
{
168168
title: "Content Security Policy",
169169
description:
170-
"Automatic nonce injection for inline scripts and styles — strong security defaults with zero boilerplate.",
170+
"Automatic nonce injection for inline scripts and styles. Strong security defaults with zero boilerplate.",
171171
href: "/docs/plugins/csp",
172172
icon: (
173173
<svg

0 commit comments

Comments
 (0)