From 96332161feb920e56280ac99af5d548dc3e25b51 Mon Sep 17 00:00:00 2001 From: James Watts <403296+jameswatts@users.noreply.github.com> Date: Thu, 13 Jan 2022 16:00:10 +0100 Subject: [PATCH] Fix simple typo and slightly reword phrase. (#10456) --- doc/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.