fix formatting

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2021-09-24 13:55:37 +02:00
parent 659c395eae
commit 51fb9eb42a
+2 -2
View File
@@ -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.