From f50f2cf89147e64e5643d60d5a1b8b7da485a7e6 Mon Sep 17 00:00:00 2001 From: Robert Bunning Date: Tue, 20 Dec 2022 15:13:23 -0500 Subject: [PATCH] Fixed spelling mistake in adr's readme Signed-off-by: Robert Bunning --- plugins/adr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/adr/README.md b/plugins/adr/README.md index 2d3c2be9a4..2478622560 100644 --- a/plugins/adr/README.md +++ b/plugins/adr/README.md @@ -83,7 +83,7 @@ By default, the ADR plugin will only be able to retrieve ADRs through GitHub. If 1. Make sure the [ADR backend plugin](../adr-backend/README.md) is installed. 2. [Configure an integration](https://backstage.io/docs/integrations/) for the site you would like to pull ADRs from. -3. Set the adrFileFetcher property on EntityAdrContent to urlReadersAdrFileFetcher: +3. Set the adrFileFetcher property on EntityAdrContent to urlReaderAdrFileFetcher: ```jsx // In packages/app/src/components/catalog/EntityPage.tsx