From d3a25fd4d3e6ace9c0e9b995cd0a88101a923116 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 8 Feb 2023 17:08:41 +0100 Subject: [PATCH] chore: fixing readme and vale Signed-off-by: blam --- plugins/microsoft-calendar/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/microsoft-calendar/README.md b/plugins/microsoft-calendar/README.md index f2b7964135..73a66b15f5 100644 --- a/plugins/microsoft-calendar/README.md +++ b/plugins/microsoft-calendar/README.md @@ -20,7 +20,7 @@ The following sections will help you set up the Microsoft calendar plugin. ### Microsoft azure authentication provider -> You need to setup [microsoft azure authentication provider](https://backstage.io/docs/auth/microsoft/provider), before you move forward with any of the below step if you have'nt already. +> You need to setup [Microsoft Azure authentication provider](https://backstage.io/docs/auth/microsoft/provider), before you move forward with any of the below step if you haven't already. 1. Install the plugin by running this command @@ -29,8 +29,8 @@ The following sections will help you set up the Microsoft calendar plugin. yarn add --cwd packages/app @backstage/plugin-microsoft-calendar ``` -2. Import the Microsoft calendar React component from "@backstage/plugin-microsoft-calendar". -3. You can then use the provided react component MicrosoftCalendar in the backstage frontend where ever you want +2. Import the Microsoft calendar React component from `@backstage/plugin-microsoft-calendar`. +3. You can then use the provided React component `MicrosoftCalendar` in the backstage frontend where ever you want ```tsx import { MicrosoftCalendar } from '@backstage/plugin-microsoft-calendar';