Fix typo in Dev Services reference docs

See gh-40951
This commit is contained in:
Mateus Scheper 2024-05-29 22:59:00 -03:00 committed by Scott Frederick
parent 211bf95f45
commit 6c5ae329f3

View File

@ -71,7 +71,7 @@ For example, the following `MyContainers` interface declares `mongo` and `neo4j`
include::code:MyContainers[]
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.
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.
To do so, add the `@ImportTestcontainers` annotation to your test configuration class:
include::code:MyContainersConfiguration[]