Skip to content

Commit 0e96046

Browse files
authored
Add missing backtick in configurationProperties.adoc (#8819)
1 parent dd2e634 commit 0e96046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/docs/guide/config/configurationProperties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class EngineConfig {
8484
<1> Micronaut will use an empty prefix for getters and setters.
8585
<2> Define the getters and setters with an empty prefix.
8686

87-
Now you can inject `EngineConfig` and use it with `engineConfig.manufacturer()` and `engineConfig.cylinders() to retrieve the values from configuration.
87+
Now you can inject `EngineConfig` and use it with `engineConfig.manufacturer()` and `engineConfig.cylinders()` to retrieve the values from configuration.
8888

8989
== Property Type Conversion
9090

0 commit comments

Comments
 (0)