Skip to content

Commit

Permalink
docs: shorten heading (sveltejs#9966)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 17, 2023
1 parent c070ae4 commit a2e51b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/10-getting-started/10-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SvelteKit is a framework for rapidly developing robust, performant web applicati

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).

## What does SvelteKit provide on top of Svelte?
## SvelteKit vs Svelte

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.

Expand Down

0 comments on commit a2e51b1

Please sign in to comment.