Skip to content

Commit

Permalink
Fix some typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knedlsepp committed Feb 11, 2023
1 parent 529ec8c commit b994527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ these can only be installed by conda-lock
conda-lock --kind explicit --platform
```

To install from this lockfile you can aither use conda/mamba directly
To install from this lockfile you can either use conda/mamba directly

```shell
conda create --name YOURENV --file conda-linux-64.lock
Expand All @@ -60,7 +60,7 @@ This format is itself a conda [environment.yml][envyaml] that can be installed b

This format does have the drawback that using it will invoke a new solve unlike the explicit format.

To install from this lockfile you can aither use conda/mamba directly
To install from this lockfile you can either use conda/mamba directly

```shell
conda env create --name YOURENV --file conda-linux-64.lock.yml
Expand Down
2 changes: 1 addition & 1 deletion docs/src_environment_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:

## Extensions

conda-lock makes use of a number of non-standard extensions to the format in ordere to enable additional functionality.
conda-lock makes use of a number of non-standard extensions to the format in order to enable additional functionality.

### Platform specification

Expand Down
2 changes: 1 addition & 1 deletion docs/src_pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If your pyproject.toml file contains optional dependencies/extras these can be r
pgsql = ["psycopg2 ^2.7"]
```

These can be referened as follows
These can be referenced as follows

```sh
conda-lock --extra mysql --extra pgsql -f pyproject.toml
Expand Down

0 comments on commit b994527

Please sign in to comment.