Skip to content

Commit

Permalink
Small typo in SmallRye Stork guide
Browse files Browse the repository at this point in the history
(cherry picked from commit 89fb9fa)
  • Loading branch information
loicmathieu authored and gsmet committed Nov 15, 2022
1 parent 0138cf2 commit 8cd1185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/stork-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ This _type_ is used in the configuration to reference the provider:
quarkus.stork.my-service.load-balancer.type=acme
----

Similarly to `ServiceDiscoveryProvider, a `LoadBalancerProvider` implementation needs to be annotated with `@LoadBalancerType` that defines the _type_.
Similarly to `ServiceDiscoveryProvider`, a `LoadBalancerProvider` implementation needs to be annotated with `@LoadBalancerType` that defines the _type_.
Any configuration properties that the provider expects should be defined with `@LoadBalancerAttribute` annotations placed on the provider.
[source, java]
----
Expand Down

0 comments on commit 8cd1185

Please sign in to comment.