Skip to content

Commit 0b110f7

Browse files
yossispodrotbohm
authored andcommitted
GH-220 - Documentation polish.
1 parent 0de4879 commit 0b110f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/docs/asciidoc/60-documentation.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ package "Application" <<Container>> {
183183

184184
The Application Module Canvases can be generated by calling `Documenter.writeModuleCanvases()`:
185185

186-
.Generating application module component diagrams using `Documenter`
186+
.Generating application module canvases using `Documenter`
187187
[source, java]
188188
----
189189
class DocumentationTests {
@@ -199,7 +199,8 @@ class DocumentationTests {
199199
}
200200
----
201201

202-
A canvas generated looks like this:
202+
By default, the documentation will be generated to `spring-modulith-docs` folder in your build system's build folder.
203+
A generated canvas looks like this:
203204

204205
.A sample Application Module Canvas
205206
[cols="1h,4a"]

src/docs/asciidoc/70-runtime.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The execution order of those beans will automatically follow the application mod
6767
class MyInitializer implements ApplicationModuleInitializer {
6868
6969
@Override
70-
void initialize() {
70+
public void initialize() {
7171
// Initialization code goes here
7272
}
7373
}

0 commit comments

Comments
 (0)