Skip to content

Commit da49eab

Browse files
committed
fix mispellings (enviroment and avaible)
1 parent 32b979c commit da49eab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/pyscript/pyscript.git
1414
pip install --upgrade pip
1515
```
1616

17-
Create a local enviroment with your enviroment manager of choice.
17+
Create a local environment with your environment manager of choice.
1818

1919
### Virtualenv
2020

@@ -36,7 +36,7 @@ conda activate pyscript-cli
3636

3737
### Installation
3838

39-
Now that you have your environment set up and activated, install your local enviroment dependencies
39+
Now that you have your environment set up and activated, install your local environment dependencies
4040

4141
```shell
4242
pip install -e ".[dev]"
@@ -48,15 +48,15 @@ It is now possible to normally use the CLI. For more information on how to use i
4848

4949
## Run the tests
5050

51-
After setting up your developer enviroment, you can run the tests with the following command from the root directory:
51+
After setting up your developer environment, you can run the tests with the following command from the root directory:
5252

5353
```shell
5454
pytest .
5555
```
5656

5757
# Running CLI Commands
5858

59-
Once the installation process is done, the `pyscript` CLI is avaible to be used once the environment has been
59+
Once the installation process is done, the `pyscript` CLI is available to be used once the environment has been
6060
activated. Simply run `pyscript` with the appropriate command. For instance, to see the list of commands:
6161

6262
```shell

0 commit comments

Comments
 (0)