Skip to content

Commit

Permalink
docs: fix typo (prefix-dev#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Mar 20, 2024
1 parent b206243 commit fe73b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design_proposals/multi_environment_proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test = "pytest"
[environments]
test = ["test"]

# `pixi run test` == `pixi run --environments test test`
# `pixi run test` == `pixi run --environment test test`
```

The environment definition should contain the following fields:
Expand Down

0 comments on commit fe73b7a

Please sign in to comment.