Skip to content

Commit 38c227f

Browse files
Fix typo
Co-authored-by: Eddú Meléndez Gonzales <[email protected]> Signed-off-by: thecooldrop <[email protected]>
1 parent 7f25b4f commit 38c227f

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this case the lifecycle of the container instance is managed by Testcontainer
2626
Spring Boot supports Testcontainers modules, see the list [here](https://docs.spring.io/spring-boot/reference/testing/testcontainers.html#testing.testcontainers.service-connections)
2727
This method is often used in combination with javadoc:org.springframework.boot.testcontainers.service.connection.ServiceConnection[format=annotation].
2828

29-
To use Testcontainer contains as Spring beans we need to create a configuration class declaring the container as bean:
29+
To use Testcontainers contains as Spring beans we need to create a configuration class declaring the container as bean:
3030

3131
include-code::beandeclaration/BeanDeclarationConfig[]
3232

0 commit comments

Comments
 (0)