Skip to content

Commit 38490ab

Browse files
committed
tweak some wording slightly
1 parent 3d535d8 commit 38490ab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ const FEATURED: {
336336
},
337337
{
338338
title: 'Routing',
339-
description: '<a href="/docs/kit">SvelteKit</a> is recommended, but here are some alternatives',
339+
description:
340+
'The official router is <a href="/docs/kit">SvelteKit</a>, but here are some alternatives',
340341
packages: [
341342
{ name: 'svelte5-router' },
342343
{ name: '@roxi/routify', description: 'Routes based on file structure' },
@@ -347,7 +348,7 @@ const FEATURED: {
347348
{
348349
title: 'Data fetching',
349350
description:
350-
'<a href="/docs/kit/remote-functions">SvelteKit remote functions</a> are recommended, but here are some alternatives',
351+
'We recommend using SvelteKit’s <a href="/docs/kit/remote-functions">remote functions</a>, but for specific needs you can use these alternatives',
351352
packages: [
352353
{
353354
name: '@tanstack/svelte-query',
@@ -366,7 +367,7 @@ const FEATURED: {
366367
{
367368
title: 'Forms',
368369
description:
369-
'<a href="/docs/kit/remote-functions#form">SvelteKit forms</a> are recommended, but here are some alternatives',
370+
'SvelteKit has built-in <a href="/docs/kit/remote-functions#form">forms</a>, but you can also use these packages',
370371
packages: [
371372
{ name: 'sveltekit-superforms' },
372373
{

apps/svelte.dev/src/routes/packages/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<header>
1717
<h1>Packages</h1>
1818
<p>
19-
We've collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
19+
Weve collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
2020
Official packages are marked with the <span class="svelte-logo" aria-label="Svelte"></span> logo.
2121
</p>
2222
</header>

0 commit comments

Comments
 (0)