Skip to content

Commit

Permalink
Merge pull request #23768 from turing85/fix/typo-in-stork-reference
Browse files Browse the repository at this point in the history
Fixed typo in stork-reference.adoc
  • Loading branch information
gsmet authored Feb 16, 2022
2 parents 84428b3 + 127bb50 commit c2683f4
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 @@ -98,7 +98,7 @@ import io.smallrye.stork.spi.ServiceDiscoveryProvider;
@ServiceDiscoveryAttribute(name = "host",
description = "Host name of the service discovery server.", required = true) // <2>
@ServiceDiscoveryAttribute(name = "port",
description = "Hort of the service discovery server.", required = false)
description = "Port of the service discovery server.", required = false)
public class AcmeServiceDiscoveryProvider // <3>
implements ServiceDiscoveryProvider<AcmeServiceDiscoveryProviderConfiguration> {
Expand Down

0 comments on commit c2683f4

Please sign in to comment.