diff --git a/doc/04-schema.md b/doc/04-schema.md index 78a1627f4..6c7ec25d4 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -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.