Skip to content

Commit

Permalink
Fix typo: replace "addition" with "additional" (micronaut-projects#11310
Browse files Browse the repository at this point in the history
)
  • Loading branch information
radu-mihail authored Nov 22, 2024
1 parent 35cc58d commit b7e5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/config.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Micronaut features a flexible configuration mechanism that allows reading configuration from a variety of sources into a unified model that can be bound to Java types annotated with <<configurationProperties, @ConfigurationProperties>>.

Configuration can by default be provided in Java properties files or https://www.json.org/json-en.html[JSON] with the ability to add support for more formats (such as YAML or Groovy configuration) by adding addition third-party libraries to your classpath. The convention is to search for a file named `application.properties` or `application.json` with support for other formats requiring additional dependencies as described by the following table:
Configuration can by default be provided in Java properties files or https://www.json.org/json-en.html[JSON] with the ability to add support for more formats (such as YAML or Groovy configuration) by adding additional third-party libraries to your classpath. The convention is to search for a file named `application.properties` or `application.json` with support for other formats requiring additional dependencies as described by the following table:

.Supported Configuration Formats
|===
Expand Down

0 comments on commit b7e5c0a

Please sign in to comment.