core-app-api: fix fix docs docs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-11-10 15:19:45 +01:00
parent 29eb8d7dbe
commit 569acdb8f8
+2 -2
View File
@@ -225,7 +225,7 @@ export type BackstagePluginWithAnyOutput = Omit<
export type AppOptions = {
/**
* A collection of ApiFactories to register in the application to either
* add add new ones, or override factories provided by default or by plugins.
* add new ones, or override factories provided by default or by plugins.
*/
apis?: Iterable<AnyApiFactory>;
@@ -234,7 +234,7 @@ export type AppOptions = {
* Theses APIs can not be overridden by plugin factories, but can be overridden
* by plugin APIs provided through the
* A collection of ApiFactories to register in the application to either
* add add new ones, or override factories provided by default or by plugins.
* add new ones, or override factories provided by default or by plugins.
*/
defaultApis?: Iterable<AnyApiFactory>;