Skip to content

Commit

Permalink
Merge pull request quarkusio#8351 from gsmet/fix-cdi-typo
Browse files Browse the repository at this point in the history
Fix newly added typo in cdi-reference.adoc
  • Loading branch information
gastaldi authored Apr 2, 2020
2 parents 114d20c + 6df3f34 commit 187627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cdi-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
Expand Down

0 comments on commit 187627f

Please sign in to comment.