Skip to content

Commit 758ffcc

Browse files
committed
Grammar fixes
1 parent c2661b1 commit 758ffcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Unfortunately `pip` does not allow overriding constraints this way.
7373

7474
### `mxdev` to the rescue!
7575

76-
`mxdev` resolves Plone constraints with your needs for version pinning or source checkouts.
76+
`mxdev` resolves Plone constraints according to your needs for version pinning or source checkouts.
7777
It reads its configuration file {file}`mx.ini`, and your {file}`requirements.txt` and {file}`constraints.txt` files.
78-
Then it fetches the requirements and constraints of Plone
79-
Finally it writes new combined requirements in {file}`requirements-mxdev.txt` and new constraints in {file}`constraints-mxdev.txt`.
78+
Then it fetches the requirements and constraints of Plone.
79+
Finally, it writes new combined requirements in {file}`requirements-mxdev.txt` and new constraints in {file}`constraints-mxdev.txt`.
8080
Together these two files contain the combined requirements and constraints, but modified according to the configuration in {file}`mx.ini`.
8181
The generated files indicate from where the constraints were fetched, and comments are added when a modification was necessary.
8282

0 commit comments

Comments
 (0)