From 356707690b391c4133906a2a0238b498bad8349c Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Wed, 17 Jan 2024 10:28:30 +0530 Subject: [PATCH] Updated readme Signed-off-by: AmbrishRamachandiran --- .changeset/curvy-ladybugs-impress.md | 2 +- docs/backend-system/building-backends/08-migrating.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/curvy-ladybugs-impress.md b/.changeset/curvy-ladybugs-impress.md index 3ea90f513a..ab799e4888 100644 --- a/.changeset/curvy-ladybugs-impress.md +++ b/.changeset/curvy-ladybugs-impress.md @@ -2,4 +2,4 @@ '@backstage/plugin-adr': patch --- -Updated README document in adr plugin +Updated README diff --git a/docs/backend-system/building-backends/08-migrating.md b/docs/backend-system/building-backends/08-migrating.md index 2514f0925e..45478d632e 100644 --- a/docs/backend-system/building-backends/08-migrating.md +++ b/docs/backend-system/building-backends/08-migrating.md @@ -757,7 +757,7 @@ implementations that they represent, and being exported from there. ### The Auth Plugin -A basic installation of the auth plugin with a microsoft provider will look as follows. +A basic installation of the auth plugin with a Microsoft provider will look as follows. ```ts title="packages/backend/src/index.ts" const backend = createBackend();