Fix some typos

Co-authored-by: Nigel Breslaw <NigelBreslaw@users.noreply.github.com>
Co-authored-by: Olivier Goffart <olivier.goffart@slint.dev>
This commit is contained in:
Simon Hausmann 2024-12-17 15:12:10 +01:00
parent 2a2a53b758
commit 3c5457a845

View file

@ -7,15 +7,15 @@ description: Get going VS Code
import { Steps, Tabs, TabItem } from '@astrojs/starlight/components';
If you are new to Slint and want to quickly get started and learning the basics we recommend
If you are new to Slint and want to quickly get started and learn the basics, we recommend
using Visual Studio Code (VS Code). VS Code is popular, free and thanks to the Slint extension
it is also the easiest to get started with.
it's also the easiest to get started with.
:::note[Note]
We support many other tools and editors see [here](https://github.com/slint-ui/slint/blob/master/editors/README.md#editors).
We support many other tools and editors, see [here](https://github.com/slint-ui/slint/blob/master/editors/README.md#editors).
:::