Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/common/poetry-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

`poetry config {{config_key}}`

- Change or add a new configuration setting by passing a value after the settings name:
- Change or add a new configuration setting by passing a value after the setting's name:

`poetry config {{config_key}} {{config_value}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/poetry-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Syncs your project's environment with the `poetry.lock` file.
> More information: <https://python-poetry.org/docs/cli/#sync>.

- Sync your projects environment with the `poetry.lock` file:
- Sync your project's environment with the `poetry.lock` file:

`poetry sync`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/dnf-reposync.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

`dnf reposync --repoid {{repo_name}} {{[-n|--newest-only]}}`

- Just print URLs of what would be downloaded, dont download:
- Just print URLs of what would be downloaded, don't download:

`dnf reposync --repoid {{repo_name}} {{[-u|--urls]}}`

Expand Down