From 9a1f306edb319d32318918ff9fb561615c6827a6 Mon Sep 17 00:00:00 2001 From: Talita Gregory Nunes Freire Date: Tue, 10 May 2022 08:58:04 +0200 Subject: [PATCH] fix: typo on readme documentation Signed-off-by: Talita Gregory Nunes Freire --- plugins/github-pull-requests-board/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-pull-requests-board/README.md b/plugins/github-pull-requests-board/README.md index 4976acbd7d..a49bcc02e0 100644 --- a/plugins/github-pull-requests-board/README.md +++ b/plugins/github-pull-requests-board/README.md @@ -12,7 +12,7 @@ It will help you and your team stay on top of open pull requests, hopefully redu ## Getting started -Intall the plugin by running the following command **from your Backstage root directory** +Install the plugin by running the following command **from your Backstage root directory** `yarn --cwd packages/app add @backstage/plugin-github-pull-requests-board`