From b17260213eb0307aba71b3ce777273c123ce178c Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Tue, 10 May 2022 12:05:10 +0200 Subject: [PATCH] Fixed the typo in fast-walls-carry.md Signed-off-by: bnechyporenko --- .changeset/fast-walls-carry.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/fast-walls-carry.md b/.changeset/fast-walls-carry.md index dcbe53ff29..edf03a9c60 100644 --- a/.changeset/fast-walls-carry.md +++ b/.changeset/fast-walls-carry.md @@ -2,4 +2,6 @@ '@backstage/core-plugin-api': patch --- -Introduced an optional metadata for the components, which can contain a configurable data. The author of the component might define the cofnigurable places of the component, and the user of this component can reconfigure it if necessary. +Introduced an optional metadata for the components, which can contain a configurable data. +The author of the component might define the configurable places of the component, and the user of this +component can reconfigure it if necessary.