Skip to content

Commit 0be290d

Browse files
Merge pull request #40951 from mateusscheper
* pr/40951: Fix typo in Dev Services reference docs Closes gh-40951
2 parents 211bf95 + 6c5ae32 commit 0be290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/testcontainers.adoc

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

7272
include::code:MyContainers[]
7373

74-
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.
74+
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.
7575
To do so, add the `@ImportTestcontainers` annotation to your test configuration class:
7676

7777
include::code:MyContainersConfiguration[]

0 commit comments

Comments
 (0)