chore: fix code review

This commit is contained in:
blam
2021-02-17 13:57:32 +01:00
parent 8425f6d10f
commit 758bde6266
+1 -1
View File
@@ -187,7 +187,7 @@ const app = createApp({
createApiFactory(errorApiRef, new IgnoringErrorApi()),
// OR
// if you have dependencies inside your additional API you can use the object form
// If your API has dependencies, you use the object form
createApiFactory({
api: errorApiRef,
deps: { configApi: configApiRef },