From 6a63cde923cd885bb6c42d9d7c38de5a3847ac42 Mon Sep 17 00:00:00 2001 From: bodilb Date: Fri, 24 Sep 2021 13:43:57 +0200 Subject: [PATCH] Update docs/features/techdocs/how-to-guides.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bodil Björklund  Signed-off-by: Emma Indal --- docs/features/techdocs/how-to-guides.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index bfd95be4d5..a79e93fd4a 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -227,8 +227,8 @@ and [TechDocsApi](https://github.com/backstage/backstage/blob/55114cfeb7045e3e5eeeaf67546b58964f4adcc7/plugins/techdocs/src/api.ts#L49), which is responsible for talking to techdocs-backend. -There may be occasions where you need to implement these two apis yourself, to -customize it to your own needs. The purpose of this guide is to walk you through +There may be occasions where you need to implement these two APIs yourself, to +customize them to your own needs. The purpose of this guide is to walk you through how to do that in two steps. 1. Implement the `TechDocsStorageApi` and `TechDocsApi` interfaces according to