Skip to content

Commit eab117d

Browse files
authored
Fix formatting in dependency injection decision document
1 parent b0e4685 commit eab117d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/decisions/0055-dependency-injection-approach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Core logic classes should expose dependencies through constructors, with no fiel
5757

5858
### Use a mix of a DI framework and constructor-based DI
5959

60-
More specifically:
60+
More specifically:
6161

6262
* JavaFX controllers: use `afterburnerfx` framework.
6363
* JAX-RS: use `jakarta.inject.Inject` and HK2 `org.glassfish.hk2.api.ServiceLocator`.

0 commit comments

Comments
 (0)