From 6e52d2421edc15fef4e8aa86e752b46162297046 Mon Sep 17 00:00:00 2001 From: Andrew Tatomyr Date: Mon, 11 Sep 2023 16:05:24 +0300 Subject: [PATCH] chore: update changeset descriptions --- .changeset/hot-bulldogs-grow.md | 2 +- .changeset/loud-forks-speak.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/hot-bulldogs-grow.md b/.changeset/hot-bulldogs-grow.md index 381257e70..134bff1cb 100644 --- a/.changeset/hot-bulldogs-grow.md +++ b/.changeset/hot-bulldogs-grow.md @@ -3,4 +3,4 @@ '@redocly/cli': patch --- -Fixed an issue when the --remove-unused-components option was removing used components that were referenced as a child object. +Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects. diff --git a/.changeset/loud-forks-speak.md b/.changeset/loud-forks-speak.md index c174ef1f9..6a1c8ecc3 100644 --- a/.changeset/loud-forks-speak.md +++ b/.changeset/loud-forks-speak.md @@ -3,4 +3,4 @@ '@redocly/cli': patch --- -Fixed the wrong location pointer when reporting on the 'no-path-trailing-slash' rule. +Fixed the location pointer when reporting on the 'no-path-trailing-slash' rule.