chore: fixing syntax

This commit is contained in:
blam
2021-02-17 13:56:29 +01:00
parent e308a89ade
commit 8425f6d10f
+1 -1
View File
@@ -184,7 +184,7 @@ this:
const app = createApp({
apis: [
/* ApiFactories */
createApiFactory(errorApiRef, new IgnoringErrorApi())
createApiFactory(errorApiRef, new IgnoringErrorApi()),
// OR
// if you have dependencies inside your additional API you can use the object form