docs/backend-system: review fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-13 12:24:08 +02:00
parent 762e96ecdb
commit 52f715c9f2
2 changed files with 2 additions and 2 deletions
@@ -194,7 +194,7 @@ When defining a default factory for a service, it is possible for it to end up w
## Service Factory Options
> NODE: This pattern is discouraged, only use it when necessary. If possible you should prefer to make services configurable via static configuration instead.
> NOTE: This pattern is discouraged, only use it when necessary. If possible you should prefer to make services configurable via static configuration instead.
When declaring a service factory it's possible to include an options callback. This allows you to customize the factory through code when installing it in the backend. For example, this is how you install an explicit factory instance in the backend without any options: