From b3498f8fd827b8e983e2163e0fa72a5b6981538b Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Mon, 22 Aug 2022 20:07:42 +0100 Subject: [PATCH] documentation typos Signed-off-by: Brian Fletcher --- .changeset/tender-ladybugs-relax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tender-ladybugs-relax.md b/.changeset/tender-ladybugs-relax.md index 94750632e1..2aefa09dc0 100644 --- a/.changeset/tender-ladybugs-relax.md +++ b/.changeset/tender-ladybugs-relax.md @@ -2,4 +2,4 @@ '@backstage/plugin-stack-overflow': patch --- -Unescape html entity references from the stackoverflow API response before rendering the question title to the list component. +Support showing HTML entity references from the API response before rendering the question title to the list component.