Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamurani authored Feb 28, 2025
1 parent 26da130 commit 06e26eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/managing-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ poetry sync --only dev

## Layering optional groups

When you using `install` command without the `--sync` option, you can install any subset of optional groups without removing
When using the `install` command without the `--sync` option, you can install any subset of optional groups without removing
those that are already installed. This is very useful, for example, in multi-stage
Docker builds, where you run `poetry install` multiple times in different build stages.

0 comments on commit 06e26eb

Please sign in to comment.