Skip to content

Commit c359dd7

Browse files
committed
Update documentation for generated converter registration configuration
1 parent 9f12c68 commit c359dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/docs/asciidoc/chapter-3-mapper-as-converter.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ public class ConversionServiceAdapterIntegrationTest {
171171
====
172172

173173
[[converterRegistrationConfigurationClassName]]
174-
=== Modifying the name for the generated converter registration configuration class
174+
===== Modifying the name for the generated converter registration configuration class
175175

176-
By default, the converter registration configuration class will have name `ConverterRegistrationConfiguration`.
176+
By default, the generated converter registration configuration class for the <<generateConverterScan>> will have the name `ConverterRegistrationConfiguration`.
177177
If you wish to change this, you can do so by setting the property `converterRegistrationConfigurationClassName`:
178178

179179
====
@@ -215,7 +215,7 @@ class MyConfiguration {
215215
----
216216
====
217217

218-
Also this changes reference to converter registration configuration class from generated ConverterScan class:
218+
This also changes the reference to the converter registration configuration class from the generated `ConverterScan` class:
219219

220220
====
221221
[source,java,linenums]

0 commit comments

Comments
 (0)