Skip to content

Commit

Permalink
Merge pull request quarkusio#45172 from MaciejDromin/native-tips-word…
Browse files Browse the repository at this point in the history
…-fix

Docs: Correct word form in Native Applications Tips
  • Loading branch information
gastaldi authored Dec 17, 2024
2 parents 7ecc0e0 + 732833d commit d398488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public class MyReflectionConfiguration {
}
----

Note: By default the `@RegisterForReflection` annotation will also registered any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.
Note: By default the `@RegisterForReflection` annotation will also register any potential nested classes for reflection. If you want to avoid this behavior, you can set the `ignoreNested` attribute to `true`.

==== Using a configuration file

Expand Down

0 comments on commit d398488

Please sign in to comment.