Skip to content

Commit

Permalink
docs: Fix typo in documentation (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum authored Nov 18, 2024
1 parent 25da141 commit 4ff5cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/multi_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ default = ["test", "dev"]
test = ["test"]
dev = ["dev"]
```
Trying to run the `abmi` task will prompt the user to select the environment.
Trying to run the `ambi` task will prompt the user to select the environment.
As it is available in all environments.

```shell title="Interactive selection of environments if task is in multiple environments"
Expand Down

0 comments on commit 4ff5cb2

Please sign in to comment.