Skip to content

Commit 6c5ae32

Browse files
mateusscheperscottfrederick
authored andcommitted
Fix typo in Dev Services reference docs
See gh-40951
1 parent 211bf95 commit 6c5ae32

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)