Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
PiVortex committed Oct 31, 2024
1 parent 134857e commit b09ecfb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/2.build/2.smart-contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ Join us in creating a friendly contract that stores a greeting, and exposes func

## Prerequisites

Before starting, make sure to setup your development environment.
Before starting, make sure to set up your development environment.

<details>
<summary>Working on Windows?</summary>

See our blog post [getting started on NEAR using Windows](/blog/getting-started-on-windows) for a step-by-step guide on how to setup WSL and your environment
See our blog post [getting started on NEAR using Windows](/blog/getting-started-on-windows) for a step-by-step guide on how to set up WSL and your environment

</details>

<Tabs groupId="code-tabs" queryString>
<TabItem value="js" label="🌐 JavaScript">

```bash
# Install Node.js using nvm (more option in: https://nodejs.org/en/download)
# Install Node.js using nvm (more options in: https://nodejs.org/en/download)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install latest

Expand Down Expand Up @@ -333,7 +333,7 @@ Having our account created, we can now deploy the contract:
</Tabs>
**Congrats**! your contract now lives in the NEAR testnet network.
**Congrats**! Your contract now lives in the NEAR testnet network.
---
Expand Down Expand Up @@ -414,7 +414,6 @@ Happy coding! 🚀
At the time of this writing, this example works with the following versions:
- near-cli: `4.0.13`
- node: `20.18.0`
- rustc: `1.81.0`
- near-cli-rs: `0.15.1`
Expand Down

0 comments on commit b09ecfb

Please sign in to comment.