Update docs/features/techdocs/how-to-guides.md

Signed-off-by: Bodil Björklund <bodilb@spotify.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
bodilb
2021-09-24 13:44:05 +02:00
committed by Emma Indal
parent 6a63cde923
commit 24ecb5414a
+1 -1
View File
@@ -244,7 +244,7 @@ export class TechDocsCustomApiClient implements TechDocsApi {
}
```
2. Override the api refs `techdocsStorageApiRef` and `techdocsApiRef` with your
2. Override the API refs `techdocsStorageApiRef` and `techdocsApiRef` with your
new implemented APIs in the `App.tsx` using `ApiFactories`.
[Read more about App APIs](https://backstage.io/docs/api/utility-apis#app-apis).