diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md index 60800c40eb..6f2901bac2 100644 --- a/.changeset/dull-taxis-carry.md +++ b/.changeset/dull-taxis-carry.md @@ -3,4 +3,4 @@ '@backstage/plugin-adr-backend': patch --- -The adr plugin can now work with sites other than GitHub. Expanded the adr backend plugin to provide endpoints to facilitate this and changed EntityAdrContent and AdrReader to take an optional property, adrFileFetcher, to allow switching between the new implementation and the octokit one. By default, the octokit version is used. +The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this and changed EntityAdrContent and AdrReader to take an optional property, adrFileFetcher, to allow switching between the new implementation and the octokit one. By default, the octokit version is used.