From b7e5c0acd9011f80ee8f83656d1faedf38978acc Mon Sep 17 00:00:00 2001 From: Radu-Mihail <69787566+radu-mihail@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:21:32 +0100 Subject: [PATCH] Fix typo: replace "addition" with "additional" (#11310) --- src/main/docs/guide/config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/config.adoc b/src/main/docs/guide/config.adoc index cb7c3ebf907..5d3b92313f4 100644 --- a/src/main/docs/guide/config.adoc +++ b/src/main/docs/guide/config.adoc @@ -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 <>. -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 |===