Skip to content

Commit ab13b00

Browse files
authored
Improve grammar, typos in introduction.mdx
Add Oxford comma; correct misspelled abbreviation ‘Wasm’; change ‘Installing’ in heading to ‘Install’, to be consistent with other headings; correct misspelled past tense of the verb ‘set up’, correct grammar in paragraph under ‘Next steps’.
1 parent 1b9d294 commit ab13b00

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)