Fix typo in Grafana ConnectionDetailsFactory javadoc

See gh-41705
This commit is contained in:
Nikola Kološnjaji 2024-08-06 22:27:30 +02:00 committed by Scott Frederick
parent 4fcd998c4d
commit 2a123b3e27
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.springframework.boot.testcontainers.service.connection.ServiceConnect
* {@link ContainerConnectionDetailsFactory} to create
* {@link OtlpMetricsConnectionDetails} from a
* {@link ServiceConnection @ServiceConnection}-annotated {@link LgtmStackContainer} using
* the {@code "grafana/otel-lgtmb"} image.
* the {@code "grafana/otel-lgtm"} image.
*
* @author Eddú Meléndez
*/