From 6df3f344d9666829a9b1871d6c0015e9bfa30308 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 2 Apr 2020 13:42:59 +0200 Subject: [PATCH] Fix newly added typo in cdi-reference.adoc --- docs/src/main/asciidoc/cdi-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/cdi-reference.adoc b/docs/src/main/asciidoc/cdi-reference.adoc index 67cb7d529a5ca..15446635d6c3d 100644 --- a/docs/src/main/asciidoc/cdi-reference.adoc +++ b/docs/src/main/asciidoc/cdi-reference.adoc @@ -439,7 +439,7 @@ Additionaly, it can be used for producers. However, it is also possible to select alternatives for an application using the unified configuration. The `quarkus.arc.selected-alternatives` property accepts a list of string values that are used to match alternative beans. If any value matches then the priority of `Integer#MAX_VALUE` is used for the relevant bean. -The priority declared via `@Priority` or `@AlernativePriority` is overriden. +The priority declared via `@Priority` or `@AlternativePriority` is overriden. .Value Examples |===