From 51fb9eb42a30f2e25d4e7d81aa84aea7fe5db782 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Fri, 24 Sep 2021 13:55:37 +0200 Subject: [PATCH] fix formatting 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 244126e680..db093caa39 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -228,8 +228,8 @@ and which is responsible for talking to techdocs-backend. 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. +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 your needs.