1
0
Fork 0

Fix simple typo and slightly reword phrase. (#10456)

pull/10459/head
James Watts 2022-01-13 16:00:10 +01:00 committed by GitHub
parent 4a4571897f
commit 96332161fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -942,8 +942,8 @@ It can be boolean or a package name/URL pointing to a recommended alternative.
Examples:
Use `"abandoned": true` to indicate this package is abandoned.
Use `"abandoned": "monolog/monolog"` to indicates this package is abandoned, and the
recommended alternative is `monolog/monolog`.
Use `"abandoned": "monolog/monolog"` to indicate this package is abandoned, and that
the recommended alternative is `monolog/monolog`.
Defaults to false.