Skip to content

Commit 2964c7e

Browse files
authored
*: fix wrong apostrophe (#18948)
1 parent 651d9fa commit 2964c7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/common/poetry-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
`poetry config {{config_key}}`
1717

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

2020
`poetry config {{config_key}} {{config_value}}`
2121

pages/common/poetry-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Syncs your project's environment with the `poetry.lock` file.
44
> More information: <https://python-poetry.org/docs/cli/#sync>.
55
6-
- Sync your projects environment with the `poetry.lock` file:
6+
- Sync your project's environment with the `poetry.lock` file:
77

88
`poetry sync`
99

pages/linux/dnf-reposync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

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

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

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

0 commit comments

Comments
 (0)