Skip to content

Commit 148656f

Browse files
docs: Improve grammar, typos in introduction.mdx (#3481)
Co-authored-by: Mattuwu <syan4@ualberta.ca>
1 parent e0877df commit 148656f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/getting-started/introduction.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Getting Started'
33
---
44

5-
You will need a couple of tools to compile, build, package and debug your Yew application.
6-
When getting started, we recommend using [Trunk](https://trunkrs.dev/). Trunk is a WASM web application
5+
You will need a couple of tools to compile, build, package, and debug your Yew application.
6+
When getting started, we recommend using [Trunk](https://trunkrs.dev/). Trunk is a Wasm web application
77
bundler for Rust.
88

9-
## Installing Rust
9+
## Install Rust
1010

1111
To install Rust, follow the [official instructions](https://www.rust-lang.org/tools/install).
1212

@@ -49,5 +49,5 @@ There are options other than Trunk that may be used for bundling Yew application
4949

5050
## Next steps
5151

52-
With your development environment setup, you can now either proceed with reading the documentation.
53-
If you like to learn by getting your hands dirty, we recommend you check out our [tutorial](../tutorial).
52+
With your development environment set up, you can now either proceed with reading the documentation, or
53+
if you like to learn by getting your hands dirty, we recommend you check out our [tutorial](../tutorial).

0 commit comments

Comments
 (0)