Skip to content

Commit 9ac874d

Browse files
jochenwierumodrotbohm
authored andcommitted
GH-52 - Fix smaller typos in documentation.
1 parent db4e690 commit 9ac874d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/docs/asciidoc/30-testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class OrderIntegrationTests {
1616
}
1717
----
1818

19-
This will run you integration test similar to what `@SpringBootTest` would have achieved but with the bootstrap actually limited to the application module the test resides in.
19+
This will run your integration test similar to what `@SpringBootTest` would have achieved but with the bootstrap actually limited to the application module the test resides in.
2020
If you configure the log level for `org.springframework.modulith` to `DEBUG`, you will see detailed information about how the test execution customizes the Spring Boot bootstrap:
2121

2222
.The log output of a application module integration test bootstrap

src/docs/asciidoc/70-observability.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ To activate the instrumentation add the following runtime dependency to your pro
99
----
1010
<dependency>
1111
<groupId>org.springframework.modulith</groupId>
12-
<artifactId>spring-modulith</artifactId>
12+
<artifactId>spring-modulith-observability</artifactId>
1313
<version>{projectVersion}</version>
1414
<scope>runtime</scope
15-
</dependency
15+
</dependency>
1616
----
1717

1818
This will cause all Spring components that are part of the application module's API being decorated with an aspect that will intercept invocations and create Micrometer spans for them.

0 commit comments

Comments
 (0)