Skip to content

Commit abb1df4

Browse files
Merge branch '3.2.x'
Closes gh-40958
2 parents 5127e7c + 0be290d commit abb1df4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/dev-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ For example, the following `MyContainers` interface declares `mongo` and `neo4j`
381381

382382
include-code::MyContainers[]
383383

384-
If you already have containers defined in this way, or you just prefer this style, you can import these declaration classes rather than defining you containers as `@Bean` methods.
384+
If you already have containers defined in this way, or you just prefer this style, you can import these declaration classes rather than defining your containers as `@Bean` methods.
385385
To do so, add the `@ImportTestcontainers` annotation to your test configuration class:
386386

387387
include-code::MyContainersConfiguration[]

0 commit comments

Comments
 (0)