Skip to content

Commit

Permalink
Typos-Fix: Getting Started Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
botent authored and tronical committed Jul 30, 2024
1 parent 4afc3a2 commit 17f71a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/src/quickstart/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Getting started

This tutorial shows you how to use the languages Slint supports as the host programming language.
This tutorial shows you how to use the languages that Slint supports as the host programming language.

We recommend using [our editor integrations for Slint](https://github.com/slint-ui/slint/tree/master/editors) for following this tutorial.

Expand Down Expand Up @@ -134,7 +134,7 @@ Run the example with `npm start` and a window appears with the green "Hello Worl

We recommend using [rust-analyzer](https://rust-analyzer.github.io) and [our editor integrations for Slint](https://github.com/slint-ui/slint/tree/master/editors) for following this tutorial.

Let's create a new Rust application and add `slint` ad a dependency
Let's create a new Rust application and add `slint` as a dependency

```sh
cargo new memory
Expand Down

0 comments on commit 17f71a3

Please sign in to comment.