From 579bbd6286c0b38ff16c28d12a542aba19b9a39b Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Mon, 18 Oct 2021 08:05:11 -0500 Subject: [PATCH] Fixed typos Signed-off-by: Andre Wanlin --- plugins/azure-devops-backend/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/azure-devops-backend/README.md b/plugins/azure-devops-backend/README.md index f3ec4ddd82..6101794cd1 100644 --- a/plugins/azure-devops-backend/README.md +++ b/plugins/azure-devops-backend/README.md @@ -4,7 +4,7 @@ Simple plugin that proxies requests to the [Azure DevOps](https://docs.microsoft ## Setup -The following sections will help you get the Azure DevOps Backend plugin setup and running +The following sections will help you get the Azure DevOps Backend plugin setup and running. ### Configuration @@ -54,7 +54,7 @@ Here's how to get the backend up and running: 3. Next we wire this into the overall backend router, edit `packages/backend/src/index.ts`: ```ts - import azureDevOps from './plugins/azuredevops'; + import azureDevOps from './plugins/azure-devops'; // ... async function main() { // ...