Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change `@Application` to `@ApplicationScoped` in one place. There is no `@Application` annotation.
  • Loading branch information
LM-SR authored and manovotn committed Jan 21, 2025
1 parent 21fcc0f commit aab2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/src/main/asciidoc/environments.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ available:
* Managed beans with `@PostConstruct` and `@PreDestroy` lifecycle
callbacks
* Dependency injection with qualifiers and alternatives
* `@Application`, `@Dependent` and `@Singleton` scopes
* `@ApplicationScoped`, `@Dependent` and `@Singleton` scopes
* Interceptors and decorators
* Stereotypes
* Events
Expand Down

0 comments on commit aab2e6f

Please sign in to comment.