Skip to content

Commit a2e51b1

Browse files
authored
docs: shorten heading (#9966)
1 parent c070ae4 commit a2e51b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/10-getting-started/10-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SvelteKit is a framework for rapidly developing robust, performant web applicati
1616

1717
In short, Svelte is a way of writing user interface components — like a navigation bar, comment section, or contact form — that users see and interact with in their browsers. The Svelte compiler converts your components to JavaScript that can be run to render the HTML for the page and to CSS that styles the page. You don't need to know Svelte to understand the rest of this guide, but it will help. If you'd like to learn more, check out [the Svelte tutorial](https://svelte.dev/tutorial).
1818

19-
## What does SvelteKit provide on top of Svelte?
19+
## SvelteKit vs Svelte
2020

2121
Svelte renders UI components. You can compose these components and render an entire page with just Svelte, but you need more than just Svelte to write an entire app.
2222

0 commit comments

Comments
 (0)